mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-03 08:30:03 +00:00
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.
This commit is contained in:
parent
4fc03ec1fe
commit
0c789fd39e
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user