mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-22 10:26:23 +00:00
Generalize to multiple "prop+" properties.
* lisp/org.el (org-entry-get): Generalize to multiple "prop+" properties.
This commit is contained in:
parent
51923ff2bc
commit
bf238997a9
@ -14154,7 +14154,7 @@ when a \"nil\" value can supersede a non-nil value higher up the hierarchy."
|
||||
(when (and range (goto-char (car range)))
|
||||
(ap property)
|
||||
(goto-char (car range))
|
||||
(ap (concat property "+"))
|
||||
(while (ap (concat property "+")))
|
||||
(setq val (cdr (assoc property props)))
|
||||
(when val (if literal-nil val (org-not-nil val))))))))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user