emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-e-beamer-exporter and frame level


From: Nicolas Goaziou
Subject: Re: [O] org-e-beamer-exporter and frame level
Date: Thu, 30 Aug 2012 13:46:03 +0200

Hello,

Fabrice Popineau <address@hidden> writes:

> The variable BEAMER_FRAME_LEVEL seems not to be honoured anymore. 

Correct. It has been replaced by H:2 in #+OPTIONS: or
`org-e-beamer-frame-level'.

> If I set H:2 in OPTIONS, parsing breaks. If I set
> org-e-beamer-frame-level to 2, parsing breaks too. Can anyone
> confirm ?

I get no error when using `org-e-beamer-export-to-pdf' on the following
code:

--8<---------------cut here---------------start------------->8---
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_THEME: default
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) 
%8BEAMER_opt(Opt)
#+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC
#+OPTIONS: H:2


* First section
[2012-08-30 jeu. 13:32]
** First frame
[2012-08-30 jeu. 13:32]
** Second frame
[2012-08-30 jeu. 13:32]
* Second section
[2012-08-30 jeu. 13:32]
** Third frame
[2012-08-30 jeu. 13:32]
--8<---------------cut here---------------end--------------->8---

Do you have an appropriate "beamer" entry in `org-e-latex-classes' ?

Mine is:

--8<---------------cut here---------------start------------->8---
(add-to-list 'org-e-latex-classes
             '("beamer"
               "\\documentclass\[presentation\]\{beamer\}
\[DEFAULT-PACKAGES]
\[PACKAGES]
\[EXTRA]"
               ("\\section\{%s\}" . "\\section*\{%s\}")
               ("\\subsection\{%s\}" . "\\subsection*\{%s\}")
               ("\\subsubsection\{%s\}" . "\\subsubsection*\{%s\}")))
--8<---------------cut here---------------end--------------->8---


Regards,

-- 
Nicolas Goaziou



reply via email to

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