* lisp/ob-latex.el (org-babel-header-args:latex): Declare :imagemagick. Reported-by: Andreas Leha <andreas.leha@med.uni-goettingen.de> <http://permalink.gmane.org/gmane.emacs.orgmode/103654>
@@ -53,6 +53,7 @@
(defconst org-babel-header-args:latex
'((border . :any)
(fit . :any)
+ (imagemagick . ((nil t)))
(iminoptions . :any)
(imoutoptions . :any)
(packages . :any)