emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] :components part in org-publish-project-alist fails


From: Nicolas Goaziou
Subject: Re: [O] :components part in org-publish-project-alist fails
Date: Sun, 02 Nov 2014 23:33:41 +0100

Hello,

Julien Cubizolles <address@hidden> 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 | ./ | 
> :publishing-function | org-latex-publish-to-pdf | :exclude | .* | 
> :latex-class | article | :include | (test.org) |
> | global | :components     | (latex) |                       |    |           
>            |                          |          |    |              |        
>  |          |            |
>
> * Ceci est un essai
> * Ceci est un deuxième 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,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]