Bastien <b...@gnu.org> writes: > zwz <zhangwe...@gmail.com> writes: > >> How to locally set org-latex-pdf-process? > > #+BIND: org-latex-pdf-process ... > > should work.
Thank you, Bastien. Sometimes my org-latex-pdf-process is quite complicated, as I will set or add-to-list some extra process, for example: if "XeTeX" is a member of org-todo-keywords-1, I would set the local org-latex-pdf-process to use xelatex instead of pdflatex; if "handout" is a member of org-todo-keywords-1, I would add-to-list some preprocessing steps and even "pdfnup" into org-latex-pdf-process to generate a ready-for-print version at the same time; ... So here what I mean by "locally" is to adjust the org-latex-pdf-process by some keywords, instead of binding it with some specific code/value (which is difficult for modification) However I found it does not work in asyn export.