Rustom Mody <rustompm...@gmail.com> writes:

> I wanted to keep all my latex generated files inside auxdir.
> So I changed org-latex-pdf-process thus:
>
> (setq org-latex-pdf-process
>       '("latexmk -f -pdf -%latex -interaction=nonstopmode -auxdir=%oauxdir
> %f"
> "mv %F %oauxdir"  ))
>
> But this confuses org and I dont get C-c C-e l p generating from the old
> org file.
> I thought the mv which moves the generated tex file into the auxdir is
> confusing org.
> But removing it does not help.
>
> Any suggestions?

What do you see in *Org PDF LaTeX Output* buffer?

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to