ob-latex: Add some latex-specific header args

* lisp/ob-latex.el (org-babel-header-args:latex): Add headers, packages,
and buffer to the list of acceptable args.
This commit is contained in:
Aaron Ecay 2015-11-07 20:28:37 +00:00
parent 4773baf3a5
commit 635aae3917
1 changed files with 4 additions and 1 deletions

View File

@ -58,7 +58,10 @@
(packages . :any)
(pdfheight . :any)
(pdfpng . :any)
(pdfwidth . :any))
(pdfwidth . :any)
(headers . :any)
(packages . :any)
(buffer . ((yes no))))
"LaTeX-specific header arguments.")
(defcustom org-babel-latex-htlatex "htlatex"