From: Jeremie Juste <jeremiejuste@gmail.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: Org beamer async export fails
Date: Wed, 09 May 2018 21:30:08 +0200 [thread overview]
Message-ID: <878t8sr5j3.fsf@gmail.com> (raw)
In-Reply-To: <87fu30u93m.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Wed, 09 May 2018 17:44:45 +0200")
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 <jeremiejuste@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).
>
next prev parent reply other threads:[~2018-05-09 19:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-09 15:18 Org beamer async export fails Jeremie Juste
2018-05-09 15:44 ` Nicolas Goaziou
2018-05-09 19:30 ` Jeremie Juste [this message]
2018-05-09 19:45 ` Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878t8sr5j3.fsf@gmail.com \
--to=jeremiejuste@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=mail@nicolasgoaziou.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).