From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: :components part in org-publish-project-alist fails Date: Mon, 03 Nov 2014 07:02:09 +0100 Message-ID: <87egtkyg7y.fsf@free.fr> References: <87bnopffmg.fsf@free.fr> <87d295grlm.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlAlW-0001b6-JE for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 01:05:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlAlR-0004ov-FC for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 01:05:22 -0500 Received: from plane.gmane.org ([80.91.229.3]:35911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlAlR-0004or-8E for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 01:05:17 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XlAlP-0000Y0-RP for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 07:05:15 +0100 Received: from 37.161.177.215 ([37.161.177.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Nov 2014 07:05:15 +0100 Received: from j.cubizolles by 37.161.177.215 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Nov 2014 07:05:15 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Nicolas Goaziou writes: > I cannot reproduce it. Publishing "global" project succeeds. Did you publish asynchronously ? I can publish "global" and "latex" synchronously, "latex" asynchronously (see the following *Org Export Process* buffer) : only "global" fails when run asynchronously. --8<---------------cut here---------------start------------->8--- Loading /home/wilk/.org-timestamps/latex.cache... Publishing file /home/wilk/tmp/test.org using `org-latex-publish-to-pdf' Saving file /home/wilk/tmp/test.tex... Wrote /home/wilk/tmp/test.tex Processing LaTeX file /home/wilk/tmp/test.tex... PDF file produced. (("latex" :base-directory "./" :publishing-directory "./" :publishing-function org-latex-publish-to-pdf :exclude ".*" :latex-class "article" :include ("test.org"))) --8<---------------cut here---------------end--------------->8--- Thanks for your help, Julien.