emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Org beamer async export fails


From: Jeremie Juste
Subject: Re: [O] Org beamer async export fails
Date: Wed, 09 May 2018 21:30:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

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 <address@hidden> 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).
>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]