emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Problem with beamer export


From: Marvin Doyley
Subject: [O] Problem with beamer export
Date: Sun, 6 Oct 2013 20:14:44 -0400

Hi there,

I just updated to Org 8.2.1 and for some reason when I export a frame I get

\subsection{Title}


rather than

\begin{frame}{Title}

\end{frame}


Is this a bug or am I doing something wrong ?

In my .emacs file, I have 

(add-to-list 'org-latex-classes 
            '("beamer"
"
address@hidden
\\documentclass\[t]{beamer\}"
 ("\\section\{%s\}" . "\\section*\{%s\}")
  ("\\subsection\{%s\}" . "\\subsection*\{%s\}")
 ("\\subsection\{%s\}" . "\\subsection*\{%s\}")
))

Maybe, I missed something.

Thanks
M

reply via email to

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