>>>>> Bruce D'Arcus <bdar...@gmail.com> writes: > On Wed, Jun 2, 2021 at 4:28 AM Tim Cross <theophil...@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.