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