|
@@ -263,7 +263,8 @@ specific header arguments as well.")
|
|
'((:session . "none") (:results . "silent") (:exports . "results"))
|
|
'((:session . "none") (:results . "silent") (:exports . "results"))
|
|
"Default arguments to use when evaluating an inline source block.")
|
|
"Default arguments to use when evaluating an inline source block.")
|
|
|
|
|
|
-(defvar org-babel-current-buffer-properties)
|
|
|
|
|
|
+(defvar org-babel-current-buffer-properties nil
|
|
|
|
+ "Local cache for buffer properties.")
|
|
(make-variable-buffer-local 'org-babel-current-buffer-properties)
|
|
(make-variable-buffer-local 'org-babel-current-buffer-properties)
|
|
|
|
|
|
(defvar org-babel-result-regexp
|
|
(defvar org-babel-result-regexp
|
|
@@ -1217,7 +1218,7 @@ following the source block."
|
|
(if indent
|
|
(if indent
|
|
(mapconcat
|
|
(mapconcat
|
|
(lambda (el) " ")
|
|
(lambda (el) " ")
|
|
- (number-sequence 1 indent) "")
|
|
|
|
|
|
+ (org-number-sequence 1 indent) "")
|
|
"")
|
|
"")
|
|
"#+results"
|
|
"#+results"
|
|
(when hash (concat "["hash"]"))
|
|
(when hash (concat "["hash"]"))
|