On 6/2/21 12:07 PM, Stefan Nobis wrote> I have

--8<---------------cut here---------------start------------->8---
(setq org-latex-pdf-process '("latexmk -f -pdf -%latex -outdir=%o %f"))
--8<---------------cut here---------------end--------------->8---


I could not get that setting to work. The only setting that worked for me was 
this one:

--8<---------------cut here---------------start------------->8---
(customize-set-variable 'org-latex-pdf-process '("latexmk -f -pdf -%latex 
-interaction=nonstopmode -output-directory=%o %f"))
--8<---------------cut here---------------end--------------->8---

I've added the above code to my configuration file.

Scott

Reply via email to