From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Turner Subject: Re: Orthogonality of blocks Date: Wed, 28 Dec 2011 14:51:42 +0000 Message-ID: <4EFB2CFE.9030207@gmail.com> References: <4EFA208B.6040905@gmail.com> <87zkedkaz5.fsf@gmx.com> <4EFA34C0.3000200@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rfur5-00058a-6n for emacs-orgmode@gnu.org; Wed, 28 Dec 2011 09:51:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rfur3-0006ys-AK for emacs-orgmode@gnu.org; Wed, 28 Dec 2011 09:51:47 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:52347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rfur3-0006yG-0G for emacs-orgmode@gnu.org; Wed, 28 Dec 2011 09:51:45 -0500 Received: by wgbdt11 with SMTP id dt11so17437145wgb.30 for ; Wed, 28 Dec 2011 06:51:44 -0800 (PST) In-Reply-To: <4EFA34C0.3000200@christianmoe.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: mail@christianmoe.com Cc: emacs-orgmode@gnu.org, kjambunathan@gmail.com, Eric Schulte On 27/12/11 21:12, Christian Moe wrote: > will do it in HTML. Full example follows below. I'll leave LaTeX to > those in the know... Thanks. This was the "best" solution for me. I quote because the abstraction boundary between "how it's rendered" and "what I want to be rendered" is getting fuliginous. It would be much better imo to have blocks of first-class, and functions of higher-order on those blocks, so one could say (side-by-side block1 block2) and the side-by-side procedure would deal with the different format nuances. The idea is similar to that of the Henderson Escher examples in SICP[1], where you have "painters" and functions that combine "painters" in interesting ways. Might be fun to investigate how far that can go with blocks in org. @Jambunathan: Your examples render the blocks with sizes proportional to the contained text, rather than aligning as a table. I find that aesthetically displeasing :-( Thanks all for the help. Charles. [1] http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-15.html#%_sec_2.2.4