emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Julien Cubizolles
Subject: [O] :components part in org-publish-project-alist fails
Date: Sun, 02 Nov 2014 22:37:43 +0100
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux)

In git master, consider the following,

--8<---------------cut here---------------start------------->8---
#+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
--8<---------------cut here---------------end--------------->8---

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.

Julien.




reply via email to

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