Browse Source

babel: Allow header arguments set in properties to be lisp forms

	* ob.el (org-babel-params-from-properties): Use
	`org-babel-read' to interpret property as header
	argument value
Dan Davison 14 years ago
parent
commit
edaa4d7a6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ob.el

+ 1 - 1
lisp/ob.el

@@ -781,7 +781,7 @@ may be specified in the properties of the current outline entry."
 				  (org-entry-get (point) header-arg t)
 				(error nil))
 			      (cdr (assoc header-arg org-file-properties))))
-		    (cons (intern (concat ":" header-arg)) val)))
+		    (cons (intern (concat ":" header-arg)) (org-babel-read val))))
 	     (mapcar
 	      'symbol-name
 	      (append