Re: [O] org-export-async-init-file

2013-09-30 Thread Sebastien Vauban
Hello Rasmus and Thomas, Rasmus wrote: >> My question: how to change the value of org-export-async-init-file when I >> export the subtree? > > Perhaps babel and org-element? I'm not sure of the order of > execution, but perhaps you can can check the title and set the init > file condtional on tha

Re: [O] org-export-async-init-file

2013-09-29 Thread Thomas S. Dye
Of course! Thanks for your help, Tom Rasmus writes: > t...@tsdye.com (Thomas S. Dye) writes: > > > >> My question: how to change the value of org-export-async-init-file when I >> export the subtree? > > Perhaps babel and org-element? I'm not sure of the order of > execution, but perhaps you c

Re: [O] org-export-async-init-file

2013-09-29 Thread Rasmus
t...@tsdye.com (Thomas S. Dye) writes: > My question: how to change the value of org-export-async-init-file when I > export the subtree? Perhaps babel and org-element? I'm not sure of the order of execution, but perhaps you can can check the title and set the init file condtional on that. In

[O] org-export-async-init-file

2013-09-29 Thread Thomas S. Dye
Aloha all, I've been following up on John Kitchin's recipe for creating a pdf file compendium that can be used as the supplementary material for a journal article. The journal I'm targeting provides a list of LaTeX packages that must be used exactly, without omissions or additions. John's recipe