emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Beamer export: can't get frame level right


From: Gabor Retvari
Subject: Re: [O] Beamer export: can't get frame level right
Date: Fri, 18 Jul 2014 13:56:32 +0200
User-agent: KMail/4.12.4 (Linux/3.14-1-686-pae; KDE/4.13.1; i686; ; )

Hi,

On Wednesday 16 July 2014 09:54:13 John Hendy wrote:
> Can you see if this works properly?
> - http://orgmode.org/worg/exporters/beamer/ox-beamer.html
> 
> Aka, simply having this in .emacs:
> 
> (require 'ox-latex)
> (add-to-list 'org-latex-classes
>              '("beamer"
>                "\\documentclass\[presentation\]\{beamer\}"
>                ("\\section\{%s\}" . "\\section*\{%s\}")
>                ("\\subsection\{%s\}" . "\\subsection*\{%s\}")
>                ("\\subsubsection\{%s\}" . "\\subsubsection*\{%s\}")))

No, this does not seem to be enough for the beamer-specific export options to 
show up with org-export-dispatch. This, however, is OK (by Josiah's 
suggestion):

(require 'ox-beamer)

Regards,
Gabor



reply via email to

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