From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremie Juste Subject: Re: Org beamer async export fails Date: Wed, 09 May 2018 21:30:08 +0200 Message-ID: <878t8sr5j3.fsf@gmail.com> References: <87mux8rh6c.fsf@gmail.com> <87fu30u93m.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGUn0-0003BT-4z for emacs-orgmode@gnu.org; Wed, 09 May 2018 15:30:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGUmx-0006Qo-Hf for emacs-orgmode@gnu.org; Wed, 09 May 2018 15:30:14 -0400 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:54893) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGUmx-0006QA-B8 for emacs-orgmode@gnu.org; Wed, 09 May 2018 15:30:11 -0400 Received: by mail-wm0-x22f.google.com with SMTP id f6-v6so324747wmc.4 for ; Wed, 09 May 2018 12:30:11 -0700 (PDT) In-Reply-To: <87fu30u93m.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Wed, 09 May 2018 17:44:45 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org 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 writes: > >> I noticed that async export using org-beamer-export fails. For instance >> >> on test.org (see below) >> >> yield >> >> <> > > `org-export-async-init-file' may not (require 'ox-beamer). >