Hello Seb, On Thu, Oct 11, 2012 at 03:04:42PM +0200, Sebastien Vauban wrote: > Hi Nicolas, > > When I try to export the following ECM: > > --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 > #+BEAMER_FRAME_LEVEL: 2
The above line is not needed anymore. The OPTIONS line above determines the structure. So in your case just remove the BEAMER_FRAME_LEVEL line and everything should be good. If you want to override a particular headline and want to export it as a frame anyway, you can use org-beamer-mode to set that headline with the frame environment. Hope this helps. -- Suvayu Open source is the future. It sets us free.