Org Export to PDF with Arara

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:

1
(setq org-latex-pdf-process '("arara %f"))