From 0c789fd39e30904815e0c20abf62809864cb03a8 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 16 Jun 2013 22:48:37 +0200 Subject: [PATCH] ox-latex: Remove -c argument from compilation with texi2dvi * lisp/ox-latex.el (org-latex-pdf-process): This argument can cause problem with links with a relative path, since compilation happens in a different directory. --- lisp/ox-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 6c69e7267..289125afb 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -829,7 +829,7 @@ file name as its single argument." "xelatex -interaction nonstopmode -output-directory %o %f" "xelatex -interaction nonstopmode -output-directory %o %f")) (const :tag "texi2dvi" - ("texi2dvi -p -b -c -V %f")) + ("texi2dvi -p -b -V %f")) (const :tag "rubber" ("rubber -d --into %o %f")) (function))) -- 2.11.4.GIT