Преглед изворни кода

Merge branch 'master' of orgmode.org:org-mode

Bastien Guerry пре 14 година
родитељ
комит
8fd354cf0e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/ob.el

+ 1 - 1
lisp/ob.el

@@ -864,7 +864,7 @@ may be specified in the properties of the current outline entry."
 	     (lambda (header-arg)
 	       (and (setq val
 			  (or (org-entry-get (point) header-arg t)
-			      (cdr (assoc header-arg org-file-properties))))
+			      (org-entry-get (point) (concat ":" header-arg) t)))
 		    (cons (intern (concat ":" header-arg))
 			  (org-babel-read val))))
 	     (mapcar