From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Turner Subject: Orthogonality of blocks Date: Tue, 27 Dec 2011 19:46:19 +0000 Message-ID: <4EFA208B.6040905@gmail.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]:53789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rfcye-00078C-Jl for emacs-orgmode@gnu.org; Tue, 27 Dec 2011 14:46:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rfcyd-00041O-Ev for emacs-orgmode@gnu.org; Tue, 27 Dec 2011 14:46:24 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:56220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rfcyd-00041K-91 for emacs-orgmode@gnu.org; Tue, 27 Dec 2011 14:46:23 -0500 Received: by wibhq12 with SMTP id hq12so6880176wib.0 for ; Tue, 27 Dec 2011 11:46:21 -0800 (PST) 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: emacs-orgmode@gnu.org Problem: I have two code blocks (#+BEGIN_SRC .. #+END) and I want to display them side by side on the page, perhaps within an org table. Is this possible? It doesn't seem to be. I think it would be nice to shove collapsed blocks into org table cells and have them rendered in the usual fashion with the different exporters. "First-class blocks" :-) Thanks, Charles.