Jeremie Juste <jeremieju...@gmail.com> writes: > I manage to set up the org-export-async-init-file as follows > > (require 'org) ;; loads from site lisp > (require 'ox) > (require 'cl) ;; stupid bug in one of the org-packages?
I'm not sure what you mean here, but this shouldn't be necessary in Org. > (setq org-export-async-debug t) > (require 'ox-beamer) > > but when I try org-beamer-export-to-pdf with async. > > I get the following results > > 1 beamer 0:08 /tmp/test.tex > > So it export only to latex and don't compile tex file. It may be a LaTeX error. Can you compile "test.tex" manually ?