HI folks!

Long time!!

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?