Remove invalid -E option from dvipng call

This commit is contained in:
Carsten Dominik 2009-08-05 17:53:39 +02:00
parent b3e7b992f8
commit 00658851ec
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2009-08-05 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-create-formula-image): Remove the -E option for
dvipng.
* org-exp.el (org-default-export-plist): Respect #+BIND.
(org-export-confirm-letbind): New function.

View File

@ -13961,7 +13961,7 @@ The images can be removed again with \\[org-ctrl-c-ctrl-c]."
(progn (message "Failed to create dvi file from %s" texfile) nil)
(condition-case nil
(call-process "dvipng" nil nil nil
"-E" "-fg" fg "-bg" bg
"-fg" fg "-bg" bg
"-D" dpi
;;"-x" scale "-y" scale
"-T" "tight"