Re: [Orgmode] Re: Using latexmk for LaTeX compilation

2011-02-08 Thread Dror Atariah
> This setting works for me to produce pdfs via latexmk. > > (setq org-latex-to-pdf-process (list "latexmk -f -pdf %f")) > This almost solved my problem - after changing %f to %s it worked as expected. Thnx! ___ Emacs-orgmode mailing list Please use `

[Orgmode] Re: Using latexmk for LaTeX compilation

2011-02-08 Thread Lawrence Mitchell
Dror Atariah wrote: > I want to use latexmk as the LaTeX exporting engine, I following this > link's > (http://orgmode.org/worg/org-faq.html#using-xelatex-for-pdf-export) > instruction, but it didn't work. > Note, that exporting the .org to .tex file and then manually running > latexmk -pdf works