emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org beamer async export fails
@ 2018-05-09 15:18 Jeremie Juste
  2018-05-09 15:44 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremie Juste @ 2018-05-09 15:18 UTC (permalink / raw)
  To: emacs-orgmode


Hello,

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>>



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: beamer
#+LATEX_CLASS_OPTIONS: [presentation]
#+BEAMER_THEME: Madrid
#+COLUMNS: %45ITEM %10BEAMER_ENV(Env) %10BEAMER_ACT(Act) %4BEAMER_COL(Col) %8BEAMER_OPT(Opt)

* This is the first structural section test

** Frame 1
*** Thanks to Eric Fraga                                           :B_block:
    :PROPERTIES:
    :BEAMER_COL: 0.48
    :BEAMER_ENV: block
    :END:
    for the first viable Beamer setup in Org
*** Thanks to everyone else                                        :B_block:
    :PROPERTIES:
    :BEAMER_COL: 0.48
    :BEAMER_ACT: <2->
    :BEAMER_ENV: block
    :END:
    for contributing to the discussion
**** This will be formatted as a beamer note                       :B_note:
     :PROPERTIES:
     :BEAMER_env: note
     :END:
** Frame 2 (where we will not use columns)
*** Request
    Please test this stuff!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Org beamer async export fails
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2018-05-09 15:44 UTC (permalink / raw)
  To: Jeremie Juste; +Cc: emacs-orgmode

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).

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Org beamer async export fails
  2018-05-09 15:44 ` Nicolas Goaziou
@ 2018-05-09 19:30   ` Jeremie Juste
  2018-05-09 19:45     ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremie Juste @ 2018-05-09 19:30 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode


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).
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Org beamer async export fails
  2018-05-09 19:30   ` Jeremie Juste
@ 2018-05-09 19:45     ` Nicolas Goaziou
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2018-05-09 19:45 UTC (permalink / raw)
  To: Jeremie Juste; +Cc: emacs-orgmode

Jeremie Juste <jeremiejuste@gmail.com> 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 ?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-05-09 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2018-05-09 19:45     ` Nicolas Goaziou

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).