From: Julien Cubizolles <j.cubizolles@free.fr>
To: emacs-orgmode@gnu.org
Subject: :components part in org-publish-project-alist fails
Date: Sun, 02 Nov 2014 22:37:43 +0100 [thread overview]
Message-ID: <87bnopffmg.fsf@free.fr> (raw)
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.
next reply other threads:[~2014-11-02 21:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-02 21:37 Julien Cubizolles [this message]
2014-11-02 22:33 ` :components part in org-publish-project-alist fails 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bnopffmg.fsf@free.fr \
--to=j.cubizolles@free.fr \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).