|
@@ -15462,7 +15462,7 @@ However, if LITERAL-NIL is set, return the string value \"nil\" instead."
|
|
(widen)
|
|
(widen)
|
|
(catch 'ex
|
|
(catch 'ex
|
|
(while t
|
|
(while t
|
|
- (when (setq tmp (org-entry-get nil property nil 'literal-nil))
|
|
|
|
|
|
+ (when (setq tmp (org-entry-get nil property nil literal-nil))
|
|
(or (ignore-errors (org-back-to-heading t))
|
|
(or (ignore-errors (org-back-to-heading t))
|
|
(goto-char (point-min)))
|
|
(goto-char (point-min)))
|
|
(move-marker org-entry-property-inherited-from (point))
|
|
(move-marker org-entry-property-inherited-from (point))
|