Nicolas Goaziou writes:
> This should be fixed now. Thank you for reporting it.
It is, thanks a lot for fixing it so fast.
Julien.
Julien Cubizolles 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
>
Julien Cubizolles writes:
> Nicolas Goaziou writes:
>
>> I cannot reproduce it. Publishing "global" project succeeds.
>
> Did you publish asynchronously ? I can publish "global" and "latex"
> synchronously, "latex" asynchronously (see the following *Org Export
> Process* buffer) : only "global"
Nicolas Goaziou writes:
> I cannot reproduce it. Publishing "global" project succeeds.
Did you publish asynchronously ? I can publish "global" and "latex"
synchronously, "latex" asynchronously (see the following *Org Export
Process* buffer) : only "global" fails when run asynchronously.
--8<---
Hello,
Julien Cubizolles 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-
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 "./"
:publishin