Fixed typo in org-babel-insert-header-arg.

Thanks to Torsten Wagner for pointing this out and for suggesting
  the original feature.

* lisp/ob.el (org-babel-insert-header-arg): Fixed typo.
This commit is contained in:
Eric Schulte 2011-10-09 09:11:00 -06:00
parent 9bd1c338a0
commit d7d0230bf4
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ arguments and pop open the results in a preview buffer."
(mapcar
(lambda (header-spec) (symbol-name (car header-spec)))
org-babel-common-header-args-w-values))))
(insert arg ":")
(insert ":" arg)
(let ((vals (cdr (assoc (intern arg)
org-babel-common-header-args-w-values))))
(when vals