Browse Source

ob-latex: Properly declare :imagemagick header argument

* 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>
Nicolas Goaziou 9 years ago
parent
commit
077fe86ad7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/ob-latex.el

+ 1 - 0
lisp/ob-latex.el

@@ -53,6 +53,7 @@
 (defconst org-babel-header-args:latex
   '((border	  . :any)
     (fit          . :any)
+    (imagemagick  . ((nil t)))
     (iminoptions  . :any)
     (imoutoptions . :any)
     (packages     . :any)