diff --git a/lisp/ob-latex.el b/lisp/ob-latex.el index a86699e22..c39c9c5d3 100644 --- a/lisp/ob-latex.el +++ b/lisp/ob-latex.el @@ -110,7 +110,7 @@ exporting the literal LaTeX source." :type 'function) (defcustom org-babel-latex-pdf-svg-process - "inkscape --pdf-poppler %f -T -l -o %O" + "inkscape --pdf-poppler %f -D -T -l -o %O" "Command to convert a PDF file to an SVG file." :group 'org-babel :type 'string)