Browse Source

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.
Eric Schulte 13 years ago
parent
commit
d7d0230bf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ob.el

+ 1 - 1
lisp/ob.el

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