From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: new exporter: exporting subtree as beamer Date: Mon, 24 Sep 2012 23:25:13 +0200 Message-ID: <87lifz9kqu.fsf@gmail.com> References: <87d31ca6zr.fsf@med.uni-goettingen.de> <877grkbknc.fsf@gmail.com> <87wqzk8ooi.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGGDU-0003Jg-C7 for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 17:29:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGGDT-00031r-2s for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 17:29:24 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:46142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGGDS-00031m-Sj for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 17:29:23 -0400 Received: by weyu3 with SMTP id u3so2262420wey.0 for ; Mon, 24 Sep 2012 14:29:22 -0700 (PDT) In-Reply-To: <87wqzk8ooi.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Sun, 23 Sep 2012 22:33:17 +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: >>> ----[ 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 >>> ---- > > One more thing, though. The "EXPORT_FILE_NAME" is ignored at my side. You mean that, when you export "* Test Beamer" sub-tree, produced file isn't called "presentation.pdf"? That's strange. I cannot reproduce it. What is the output of: M-: (org-export-output-file-name ".tex" t) when point is around the first headline then? Regards, -- Nicolas Goaziou