From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Deaton Subject: ox-beamer problem Date: Sat, 17 Aug 2013 12:12:16 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAk36-0006x0-4B for emacs-orgmode@gnu.org; Sat, 17 Aug 2013 13:12:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VAk30-00039q-52 for emacs-orgmode@gnu.org; Sat, 17 Aug 2013 13:12:24 -0400 Received: from mail-oa0-f52.google.com ([209.85.219.52]:36440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAk30-00039l-0M for emacs-orgmode@gnu.org; Sat, 17 Aug 2013 13:12:18 -0400 Received: by mail-oa0-f52.google.com with SMTP id n12so1119999oag.39 for ; Sat, 17 Aug 2013 10:12:17 -0700 (PDT) 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'm attempting to make my switch to the new exporter and am now tackling my archive of beamer exports. I'm slowly addressing the issues of fixing my customizations but have run into an issue that exceeds my ability to debug. The following stripped down example should output a frame that has two columns, one named and one ignored. It works fine with the correct pre-8 settings but with the new exporter - it does not output the appropriate "/end{columns}" #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_THEME: default #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt) #+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC #+OPTIONS: H:3 * Topic ** Sub Topic *** Frame Title **** Shown Name :B_block:BMCOL: :PROPERTIES: :BEAMER_env: block :BEAMER_col: 0.5 :END: - Left list items - Left list items **** Hidden Name :B_ignoreheading:BMCOL: :PROPERTIES: :BEAMER_env: ignoreheading :BEAMER_col: .5 :END: - Right list items - Right list items