From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Re: closing column mode for beamer export Date: Fri, 13 Feb 2015 02:09:17 +0000 (UTC) Message-ID: References: <87bnl1hcgf.fsf@ucl.ac.uk> <87vbj8n1kc.fsf@pinto.chemeng.ucl.ac.uk> <87zj8jjzw0.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM5hB-0002ud-0e for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 21:09:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YM5h7-0001VH-Qx for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 21:09:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:47658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM5h7-0001VB-K2 for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 21:09:25 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YM5h5-0001op-RJ for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 03:09:24 +0100 Received: from 173.254.200.130.static.quadranet.com ([127.0.0.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Feb 2015 03:09:23 +0100 Received: from jamshark70 by 173.254.200.130.static.quadranet.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Feb 2015 03:09:23 +0100 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 Eric S Fraga ucl.ac.uk> writes: > On Wednesday, 11 Feb 2015 at 11:46, L.Larrabee Strow wrote: > > Here is the simplest example I can come up with. I changed the four > > figures to text. Note that in comments, I show where I can add > > \end{columns} and \begin{columns} to the org-generated .tex files, and I > > get what I want, a 2x2 set of figures. > > Thanks. > > I can get this to work by inserting an empty "non-column" block with > heading ignored between the two pairs of blocks, as in the attached: Again, this is a hack. Beamer export has the :B_columns: tag for exactly this purpose. hjh