From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: :components part in org-publish-project-alist fails Date: Sun, 02 Nov 2014 23:33:41 +0100 Message-ID: <87d295grlm.fsf@nicolasgoaziou.fr> References: <87bnopffmg.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl3hk-0005UD-1p for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 17:33:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xl3hc-0002mk-QV for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 17:32:59 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:37487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl3hc-0002me-Kj for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 17:32:52 -0500 In-Reply-To: <87bnopffmg.fsf@free.fr> (Julien Cubizolles's message of "Sun, 02 Nov 2014 22:37:43 +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: Julien Cubizolles Cc: emacs-orgmode@gnu.org Hello, Julien Cubizolles writes: > In git master, consider the following, > > #+begin_src emacs-lisp :tangle yes :exports none > (setq org-publish-project-alist > `(("latex" > :base-directory "./" > :publishing-directory "./" > :publishing-function org-latex-publish-to-pdf > :exclude ".*" > :latex-class "article" > :include ("test.org") > ) > ("global" :components ("latex")))) > #+end_src > > #+RESULTS: > | latex | :base-directory | ./ | :publishing-directory | ./ | :publ= ishing-function | org-latex-publish-to-pdf | :exclude | .* | :latex-class |= article | :include | (test.org) | > | global | :components | (latex) | | | = | | | | |= | | | > > * Ceci est un essai > * Ceci est un deuxi=C3=A8me heading > > evaluate the source block with C-c C-c and publish the "latex" project > (C-c C-e P x latex). The publication works. However the "global" project > fails. The message in the *Org Export Process* buffer is just "nil"... > > I've been using this setup for a while without any problem in the > past. The latest master from git broke it. I cannot reproduce it. Publishing "global" project succeeds. Regards, --=20 Nicolas Goaziou