From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Org beamer async export fails Date: Wed, 09 May 2018 21:45:52 +0200 Message-ID: <87zi18r4sv.fsf@nicolasgoaziou.fr> References: <87mux8rh6c.fsf@gmail.com> <87fu30u93m.fsf@nicolasgoaziou.fr> <878t8sr5j3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGV2E-00061V-QW for emacs-orgmode@gnu.org; Wed, 09 May 2018 15:45:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGV2B-0005o7-Oe for emacs-orgmode@gnu.org; Wed, 09 May 2018 15:45:58 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:35599) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fGV2B-0005n5-IR for emacs-orgmode@gnu.org; Wed, 09 May 2018 15:45:55 -0400 In-Reply-To: <878t8sr5j3.fsf@gmail.com> (Jeremie Juste's message of "Wed, 09 May 2018 21:30:08 +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: Jeremie Juste Cc: emacs-orgmode@gnu.org Jeremie Juste 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 ?