From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jinli Feng Subject: Re: missing frame title using org beamer export Date: Wed, 2 Dec 2015 13:20:03 -0500 Message-ID: References: <87r3j5ng2v.fsf@pinto.chemeng.ucl.ac.uk> <87io4g3ezu.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e01295300b9d5810525ee528d Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4C0f-0007DF-34 for emacs-orgmode@gnu.org; Wed, 02 Dec 2015 13:20:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4C0c-00075b-Ld for emacs-orgmode@gnu.org; Wed, 02 Dec 2015 13:20:07 -0500 Received: from mail-ob0-x232.google.com ([2607:f8b0:4003:c01::232]:33177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4C0c-00072W-HW for emacs-orgmode@gnu.org; Wed, 02 Dec 2015 13:20:06 -0500 Received: by obbww6 with SMTP id ww6so39562019obb.0 for ; Wed, 02 Dec 2015 10:20:03 -0800 (PST) In-Reply-To: <87io4g3ezu.fsf@ucl.ac.uk> 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: Jinli Feng , emacs-orgmode --089e01295300b9d5810525ee528d Content-Type: text/plain; charset=UTF-8 On Wed, Dec 2, 2015 at 1:03 PM, Eric S Fraga wrote: > On Wednesday, 2 Dec 2015 at 10:46, Jinli Feng wrote: > > [...] > > > Thanks for the rely. I used "C-c C-e l p" to export the file. For some > > You want to do "C-c C-e l P" for beamer export. Otherwise, you get > LaTeX export. Your output may look like beamer in that it has used the > LaTeX beamer class (because that's what you told it to do) but it did > not parse the structure of the org file. > > If you use "P" instead of "p", ox-beamer will interpret the headlines > properly and you do not need to set LATEX_CLASS. > Thanks Eric. Yes, even though I thought I'd checked all the available export options, I failed to distinguish the nuances between p and P. Your initial answer pointed me to the right direction, as I found that pdflatex on the exported tex would give a different pdf from the export command (C-c C-e l p). Now one more step closer to the destination, if only I can figure out how to get the missing title and author in the pdf. Thanks for all the help! > > You may need to add > > (require 'ox-beamer) > > to your emacs initialisation code. > -- > : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.2-355-g18f083 > --089e01295300b9d5810525ee528d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Wed, Dec 2, 2015 at 1:03 PM, Eric S Fraga <e.fraga@ucl.ac.uk>= ; wrote:
On Wednesday,=C2=A0 2 Dec= 2015 at 10:46, Jinli Feng wrote:

[...]

> Thanks for the rely. I used "C-c C-e l p" to export the file= . For some

You want to do "C-c C-e l P" for beamer export.=C2=A0 Othe= rwise, you get
LaTeX export.=C2=A0 Your output may look like beamer in that it has used th= e
LaTeX beamer class (because that's what you told it to do) but it did not parse the structure of the org file.

If you use "P" instead of "p", ox-beamer will interpret= the headlines
properly and you do not need to set LATEX_CLASS.

<= /div>
Thanks Eric. Yes, even though I thought I'd checked all the a= vailable export options, I failed to distinguish the nuances between p and = P. Your initial answer pointed me to the right direction, as I found that p= dflatex on the exported tex would give a different pdf from the export comm= and (C-c C-e l p). Now one more step closer to the destination, if only I c= an figure out how to get the missing title and author in the pdf.=C2=A0

Thanks for all the help!

You may need to add

(require 'ox-beamer)

to your emacs initialisation code.
--
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.2-355-g18f083=

--089e01295300b9d5810525ee528d--