Hello,
"Sebastien Vauban" <wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org> 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). Regards, -- Nicolas Goaziou