[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Org beamer async export fails
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Org beamer async export fails |
Date: |
Wed, 09 May 2018 21:45:52 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Jeremie Juste <address@hidden> 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 ?