Glyn Millington <glyn.milling...@gmail.com> writes:

> JBash <bashve...@gmail.com> 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?
>

Following up to myself - sorry

Does this do what you want?

8<------8<------8<------8<------8<------8<------8<------8<------8<------

#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation,smaller]
#+BEAMER_THEME: default
#+BEAMER_HEADER: \beamerdefaultoverlayspecification{<+->}
#+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:(not LOGBOOK) todo:t pri:nil tags:t

* Section One
** Subsection One
*** Slide One
 - Bullet One
   - Sub-Bullet One
   - Sub-Bullet Two
 - Bullet Two
 - Bullet Three
   - Sub-Bullet One
*** Slide Two
 - Bullet Two (Slide 2)
 - Bullet Three (Slide 2)
** Subsection Two
*** Slide Three
 - Bullet one
   - Sub-Bullet One
 - Bullet two
* Section Two
*** Slide Four
 - Bullet One (Slide 4)
*** Slide Five
 - Bullet One

8<------8<------8<------8<------8<------8<------8<------8<------8<------

atb

Glyn


Reply via email to