emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Julien Cubizolles <j.cubizolles@free.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: :components part in org-publish-project-alist fails
Date: Sun, 02 Nov 2014 23:33:41 +0100	[thread overview]
Message-ID: <87d295grlm.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <87bnopffmg.fsf@free.fr> (Julien Cubizolles's message of "Sun, 02 Nov 2014 22:37:43 +0100")

Hello,

Julien Cubizolles <j.cubizolles@free.fr> 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	other threads:[~2014-11-02 22:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-02 21:37 :components part in org-publish-project-alist fails Julien Cubizolles
2014-11-02 22:33 ` Nicolas Goaziou [this message]
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=87d295grlm.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=j.cubizolles@free.fr \
    /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).