emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] missing frame title using org beamer export


From: Eric S Fraga
Subject: Re: [O] missing frame title using org beamer export
Date: Wed, 2 Dec 2015 18:03:01 +0000
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

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.

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]