emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Basic beamer export


From: JBash
Subject: Re: [O] Basic beamer export
Date: Tue, 12 Mar 2013 06:21:42 -0400

Hi Glyn,

That does not change my output at all.

In some earlier googleing, I'd found some mention of setting org-e-latex-classes, but that seems to be now changed to org-latex-classes, I believe.

Thanks for the suggestion. If you have any more thoughts, please let me know.

Jerry


On Tue, Mar 12, 2013 at 5:34 AM, Glyn Millington <address@hidden> wrote:
JBash <address@hidden> writes:

> Hello,
>
> I am apparently missing something very basic in the setup for beamer
> export. I have used
> http://orgmode.org/worg/exporters/beamer/ox-beamer.html as a guide and
> have:
>
> ;; Export to Beamer Presentation
> (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\}")))
>
> in my .emacs file. As you can see from the attached files, I'm getting
> nested items rather than frames in the exported .tex file for the 3rd
> level headlines, as I'd expect. I am using Org-mode version 8.0-pre
> (release_8.0-pre-33-g5c25ed and emacs 24.2.1.
>
> I've attached the .org file and the .tex file that is generated. I'd
> appreciate if someone could point out what I'm missing.


Does adding

(require 'ox-beamer) in .emacs help?

atb



Glyn




reply via email to

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