emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-todo-keywords-1 detection in asyn export


From: zwz
Subject: Re: [O] org-todo-keywords-1 detection in asyn export
Date: Thu, 17 Apr 2014 18:58:34 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Bastien <address@hidden> writes:

> zwz <address@hidden> 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.




reply via email to

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