From mboxrd@z Thu Jan 1 00:00:00 1970 From: Larrabee Strow Subject: closing column mode for beamer export Date: Tue, 10 Feb 2015 15:42:02 +0000 (UTC) Message-ID: 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]:55619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLD4l-0007tY-Aq for emacs-orgmode@gnu.org; Tue, 10 Feb 2015 10:50:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLD4f-0000eC-Ox for emacs-orgmode@gnu.org; Tue, 10 Feb 2015 10:50:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:41579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLD4f-0000db-IB for emacs-orgmode@gnu.org; Tue, 10 Feb 2015 10:50:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YLD4e-0006US-02 for emacs-orgmode@gnu.org; Tue, 10 Feb 2015 16:50:04 +0100 Received: from pool-108-3-86-15.pitbpa.east.verizon.net ([108.3.86.15]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Feb 2015 16:50:03 +0100 Received: from strow by pool-108-3-86-15.pitbpa.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Feb 2015 16:50:03 +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 I am trying to put a second row of two columns in a org beamer slide. No problems with doing the first row, two column. I can't figure out any way to put in the second row of two columns. (I am trying to show a 2x2 grid of images, with titles.) It appears to me I need something that produces and \end{columns} after my first row of columns. I have seen in the maillist and manual statement about using ignoreheading property, but nothing I tried worked, I am sure I just don't understand the instructions on this. What I want is below, but I need something after the first row that starts a new column *** :PROPERTIES: :BEAMER_col: 0.5 :END: \centering L2 Bias #+ATTR_LaTeX: :width \linewidth [[./g039__bias_z1.pdf]] *** :PROPERTIES: :BEAMER_col: 0.5 :END: \centering L2 Std. #+ATTR_LaTeX: :width \linewidth [[./g039__std_z1.pdf]] **************HERE a need equivalent to a carriage return/line feed ************ *** :PROPERTIES: :BEAMER_col: 0.5 :END: \centering L2 Bias Row Number 2 #+ATTR_LaTeX: :width \linewidth [[./g039__bias_z1_v2.pdf]] *** :PROPERTIES: :BEAMER_col: 0.5 :END: \centering L2 Std. Row Number 2 #+ATTR_LaTeX: :width \linewidth [[./g039__std_z1_v2.pdf]] Thanks.