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: Tue, 04 Nov 2014 22:26:22 +0100

Julien Cubizolles <address@hidden> writes:

> I investigated further, here is the barest ECM I could come up with.

[...]

> (setq org-publish-project-alist
>         `(("latex"
>            :base-directory "./"
>            :publishing-directory "./"
>            :publishing-function org-latex-publish-to-latex
>            :exclude ".*"
>            :latex-class "article"
>            :include ("test.org")
>            )
>            ("global" :components ("latex"))))

This should be fixed now. Thank you for reporting it.

Regards,



reply via email to

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