emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* :components part in org-publish-project-alist fails
@ 2014-11-02 21:37 Julien Cubizolles
  2014-11-02 22:33 ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Julien Cubizolles @ 2014-11-02 21:37 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-11-05  8:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-02 21:37 :components part in org-publish-project-alist fails Julien Cubizolles
2014-11-02 22:33 ` Nicolas Goaziou
2014-11-03  6:02   ` Julien Cubizolles
2014-11-04 11:30     ` Julien Cubizolles
2014-11-04 21:26       ` Nicolas Goaziou
2014-11-05  8:30         ` Julien Cubizolles

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).