Hello Many thanks for the info.
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? (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. Best regards, Jeremie > Hello, > > Jeremie Juste <jeremieju...@gmail.com> writes: > >> I noticed that async export using org-beamer-export fails. For instance >> >> <C-c C-e C-a l P> on test.org (see below) >> >> yield >> >> <<Unknown "nil" back-end: Aborting export>> > > `org-export-async-init-file' may not (require 'ox-beamer). >