Hi Nicolas, On Thu, Oct 11, 2012 at 03:21:06PM +0200, Nicolas Goaziou wrote: > > > Hello, > > "Sebastien Vauban" > writes: > > > When I try to export the following ECM: > > > > #+LaTeX_CLASS: beamer > > #+LaTeX_CLASS_OPTIONS: [presentation] > > [...] > > > Notable differences: > > > > - No frames are created!? > > - (detail) PDFCreator is not set to Org-mode blah-blah (wished like that?) > > > > Am I missing something? > > That's because Beamer is now a back-end on its own, not a patch over the > LaTeX one. In the old exporter, Beamer translation was triggered with > #+latex_class: beamer. This is not necessary anymore. > > All you have to do is to (require 'org-e-beamer) and use the appropriate > entry in the dispatcher menu. You can have a Beamer translation on any > class, including article and so on. > > That's why (add-to-list 'org-e-latex-classes "beamer" ...) doesn't make > much sense anyway (as suggested in another post). > I believe you are refering to my minimal setup. However when I try to export to beamer (Seb's ECM) without the (add-to-list 'org-e-latex-classes '("beamer" ...)) bit, I get a backtrace (attached). Is that a bug? -- Suvayu Open source is the future. It sets us free.