On Wed, Jul 03, 2013 at 07:09:35AM +0800, feng shu wrote: > Customize `org-latex-pdf-process isn't very convenient. > Is it possible add a feature like: #+LATEX_PDF_PROCESS: latexmk > or add #OPTIONS: ;latex_pdf_process latexmk
If you don't mind my chiming in, the standard way to customise Emacs behaviour (across all modes, not just Org) is through customize-variable. Org cannot keep on introducing new keywords just because of convenience. In any case, this is also a security risk. This starts an external process. Allowing something like this means one can run an arbitrary command just by exporting a file. I do not think that is wise at all. Exactly for this reason we have org-confirm-babel-evaluate defaulting to t. -- Suvayu Open source is the future. It sets us free.