From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: new exporter: exporting subtree as beamer Date: Sun, 23 Sep 2012 21:32:07 +0200 Message-ID: <877grkbknc.fsf@gmail.com> References: <87d31ca6zr.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFryZ-0006N4-Th for emacs-orgmode@gnu.org; Sun, 23 Sep 2012 15:36:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFryY-00086X-Pj for emacs-orgmode@gnu.org; Sun, 23 Sep 2012 15:36:23 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:55412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFryY-00086M-Jd for emacs-orgmode@gnu.org; Sun, 23 Sep 2012 15:36:22 -0400 Received: by wgbdt14 with SMTP id dt14so3210750wgb.30 for ; Sun, 23 Sep 2012 12:36:21 -0700 (PDT) In-Reply-To: <87d31ca6zr.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Sun, 23 Sep 2012 21:12:24 +0200") 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: Andreas Leha Cc: emacs-orgmode@gnu.org Hello, Andreas Leha writes: > I am having trouble to export a subtree as beamer document with the new > exporter. (Org-mode version 7.9.1 (release_7.9.1-316-g66fe32) > > Here is a simple org-document, that was prepared for beamer export using > org-e-beamer-insert-options-template: > > > ----[ test_beamer.org ] > * Test Beamer > :PROPERTIES: > :EXPORT_LaTeX_CLASS: beamer > :EXPORT_LaTeX_CLASS_OPTIONS: [presentation] > :EXPORT_FILE_NAME: presentation.pdf > :COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt) > :BEAMER_col_ALL: 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC > :END: > > ** First Slide :B_frame: > :PROPERTIES: > :BEAMER_env: frame > :END: > - first bullet > ---- > > > > And this is what I get when I export the subtree "Test Beamer" as > beamer: The code produced looks correct. What did you expect? Regards, -- Nicolas Goaziou