Whitespace and indentation cleanup.
This commit is contained in:
parent
7dd425cc5d
commit
f0c9e8d672
|
@ -13692,8 +13692,7 @@ However, if LITERAL-NIL is set, return the string value \"nil\" instead."
|
||||||
(org-back-to-heading t)
|
(org-back-to-heading t)
|
||||||
(move-marker org-entry-property-inherited-from (point))
|
(move-marker org-entry-property-inherited-from (point))
|
||||||
(throw 'ex tmp))
|
(throw 'ex tmp))
|
||||||
(or (org-up-heading-safe) (throw 'ex nil)))))
|
(or (org-up-heading-safe) (throw 'ex nil)))))))
|
||||||
))
|
|
||||||
(setq tmp (or tmp
|
(setq tmp (or tmp
|
||||||
(cdr (assoc property org-file-properties))
|
(cdr (assoc property org-file-properties))
|
||||||
(cdr (assoc property org-global-properties))
|
(cdr (assoc property org-global-properties))
|
||||||
|
|
Loading…
Reference in New Issue