Hello,
Eric S Fraga <[email protected]> writes:
> I seem to have some problem with the new exporter taking into account a
> =#+BIND= directive such as
>
> #+bind: org-latex-pdf-process ("pdflatex %b" "bibtex %b" "pdflatex %b"
> "pdflatex %b")
>
> Am I doing something really silly here? I need bibtex to export my org
> paper to PDF. This used to work...
Bind keywords are supported. Unfortunately, `org-latex-pdf-process' is
not bind-able.
BIND variables are set as buffer-local variables in the buffer where the
transcoding takes place. So, they affect the way the current buffer is
changed into LaTeX code.
However, `org-latex-pdf-process' is used during post-processing, i.e.
after transcoding is over. At this time, the buffer where local
variables were set has disappeared already.
If you need to change the value of `org-latex-pdf-process', use a file
local variable in the current buffer instead.
Regards,
--
Nicolas Goaziou