emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Julien Cubizolles <j.cubizolles@free.fr>
To: emacs-orgmode@gnu.org
Subject: Strange problems when exporting asynchronously in beamer mode
Date: Fri, 05 Feb 2016 00:05:53 +0100	[thread overview]
Message-ID: <87io24dqjy.fsf@free.fr> (raw)

I recently upgraded to the latest git version and every asynchronous
export to pdf in beamer mode fails whereas the asynchronous mode has no
problem. I didn't change anything in my setup, and it was working fine
before.

With the following Org file (the first lines are to ensure that the
latest git version of Org is used)

--8<---------------cut here---------------start------------->8---
#+BEGIN_SRC emacs-lisp :exports none :results none
  (add-to-list 'load-path (expand-file-name "~/info/emacs/org-mode/lisp"))
  (add-to-list 'load-path (expand-file-name "~/info/emacs/org-mode/contrib/lisp"))
  (setq org-export-async-init-file "/home/wilk/configuration/elisp/org-export-async-init.el")
  (org-reload)
  (setq org-export-async-debug t)
#+END_SRC

* Test
essai
--8<---------------cut here---------------end--------------->8---

Calling (in emacs -Q) an asynchronous export to Tex for Beamer (C-c C-e
l b) gives the following error
--8<---------------cut here---------------start------------->8---
Unknown "nil" back-end: Aborting export
--8<---------------cut here---------------end--------------->8---

There is no error for an export to TeX in LateX mode (C-c C-e l l), of
if the export to TeX in beamer mode isn't asynchronous.

The contents of the
"/home/wilk/configuration/elisp/org-export-async-init-test.el" file are:

--8<---------------cut here---------------start------------->8---
;;~/.emacs -*- mode: lisp-*-
(setq org-export-async-debug t)

(add-to-list 'load-path (expand-file-name "~/info/emacs/org-mode/lisp"))
(add-to-list 'load-path (expand-file-name  "~/info/emacs/org-mode/contrib/lisp"))

(require 'org)
(require 'ox)
--8<---------------cut here---------------end--------------->8---

Any idea what went wrong ?

Julien.

             reply	other threads:[~2016-02-04 23:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-04 23:05 Julien Cubizolles [this message]
2016-02-05 23:32 ` Strange problems when exporting asynchronously in beamer mode Nicolas Goaziou
2016-02-08 14:13   ` Julien Cubizolles

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=87io24dqjy.fsf@free.fr \
    --to=j.cubizolles@free.fr \
    --cc=emacs-orgmode@gnu.org \
    /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).