emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] BIND and LaTeX export


From: Fabrice Popineau
Subject: Re: [O] BIND and LaTeX export
Date: Mon, 13 May 2013 21:13:50 +0200




2013/5/13 Nicolas Goaziou <address@hidden>
Hello,

Fabrice Popineau <address@hidden> writes:

> Is it me or something is wrong with the very latest org-mode (git
> repository).
> I have this line in my org-file :
>
> #+BIND: org-latex-pdf-process ("pdflatex -interaction nonstopmode
> -shell-escape -output-directory %o %f")
>
> My default value for this variable states that lualatex is used for
> compilation.
> Even using the BIND line, it is still lualatex which is used.
> And I have set org-export-allow-bind-keywords to t.
>
> I'm pretty sure it worked a couple of days ago.

I'm surprised it even worked. BIND keywords only affect the export
process, i.e. Org to LaTeX translation in this case. File compilation to
PDF is a post-processing thing, these keywords don't survive that long.


I may have been fooled by my emacs config. 
But anyway, given the name org-latex-*,
I thought that it could make sense that this variable survive
till the end of the compilation :-)

 
You may use file local variables instead.


Thanks for the hint.
 
Fabrice

reply via email to

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