Browse Source

Remove invalid -E option from dvipng call

Carsten Dominik 15 years ago
parent
commit
00658851ec
2 changed files with 4 additions and 1 deletions
  1. 3 0
      lisp/ChangeLog
  2. 1 1
      lisp/org.el

+ 3 - 0
lisp/ChangeLog

@@ -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.
 

+ 1 - 1
lisp/org.el

@@ -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"