[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=.
From: |
Suvayu Ali |
Subject: |
Re: [O] [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=. |
Date: |
Wed, 3 Jul 2013 01:51:11 +0200 |
User-agent: |
Mutt/1.5.21 (2012-12-30) |
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.