emacs-orgmode
[Top][All Lists]
Advanced

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

Re: suggestion to change default org-latex-pdf-process to latexmk


From: Colin Baxter
Subject: Re: suggestion to change default org-latex-pdf-process to latexmk
Date: Wed, 02 Jun 2021 15:26:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

>>>>> Bruce D'Arcus <bdarcus@gmail.com> writes:

    > On Wed, Jun 2, 2021 at 4:28 AM Tim Cross <theophilusx@gmail.com> wrote:
    >> The more I think about it, I think the best solution would be to
    >> update the code which sets the default and have it check for
    >> latexmk. If it is found, set it as the default and if it is not
    >> found, set the existing default. This would have minimum impact
    >> on users and allow those who have installed latexmk to get the
    >> benefits while not forcing those who don't need it to install it.

    > If this were possible, I agree it would be the best approach.

    > Bruce

What effect is this likely to have on people who have specified latexmk?
For example, I have

#+begin_src elisp
(setq org-latex-pdf-process '("latexmk -outdir=%o -f %f"))
(setq org-latex-compiler "pdflatex")
#+end_src

I assume any change will have no effect, but is this correct?

Best wishes,

Colin.



reply via email to

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