Org Export to PDF with Arara
Jul 21, 2021
I switched from latexmk to arara for compiling \(\LaTeX\) files. I like being able to embed the compilation steps into the document. That way, I can run the same command to compile, but use PDFLaTeX on some and LuaLaTeX on others. Org mode’s export to PDF uses latexmk, though. I think I managed to set it to arara with this:
(setq org-latex-pdf-process '("arara %f"))