Re: [O] Org beamer async export fails

2018-05-09 Thread Nicolas Goaziou
Jeremie Juste 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

Re: [O] Org beamer async export fails

2018-05-09 Thread Jeremie Juste
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-

Re: [O] Org beamer async export fails

2018-05-09 Thread Nicolas Goaziou
Hello, Jeremie Juste writes: > I noticed that async export using org-beamer-export fails. For instance > > on test.org (see below) > > yield > > <> `org-export-async-init-file' may not (require 'ox-beamer). Regards, -- Nicolas Goaziou

[O] Org beamer async export fails

2018-05-09 Thread Jeremie Juste
Hello, I noticed that async export using org-beamer-export fails. For instance on test.org (see below) yield <> I'm using Org mode version 9.1.13 Best regards, Jeremie content of test.org #+TITLE: Example Presentation #+AUTHOR: Carsten Dominik #+OPTIONS: H:2 toc:t num:t #+LATEX_CLASS: b