ox-latex: Fix latexmk command

* lisp/ox-latex.el (org-latex-pdf-process): Fix latexmk command.
This commit is contained in:
Nicolas Goaziou 2016-11-08 13:40:36 +01:00
parent 120f8c09f4
commit a135f746a1
1 changed files with 1 additions and 1 deletions

View File

@ -1184,7 +1184,7 @@ file name as its single argument."
(const :tag "texi2dvi"
("LATEX=\"%latex\" texi2dvi -p -b -V %f"))
(const :tag "latexmk"
("latexmk -g -pdflatex=\"%latex\" %f"))
("latexmk -g -pdf -pdflatex=\"%latex\" -outdir=%o %f"))
(function)))
(defcustom org-latex-logfiles-extensions