Tiny refactoring
* lisp/org.el (org-entry-properties): Tiny refactoring.
This commit is contained in:
parent
3e13ffdfb6
commit
4df091b431
|
@ -15730,8 +15730,7 @@ strings."
|
||||||
(if p (setcdr p (concat value " " (cdr p)))
|
(if p (setcdr p (concat value " " (cdr p)))
|
||||||
(push (cons key value) props))))))))))))
|
(push (cons key value) props))))))))))))
|
||||||
(unless (assoc "CATEGORY" props)
|
(unless (assoc "CATEGORY" props)
|
||||||
(goto-char beg)
|
(push (cons "CATEGORY" (org-get-category beg)) props)
|
||||||
(push (cons "CATEGORY" (org-get-category)) props)
|
|
||||||
(when (string= specific "CATEGORY") (throw 'exit props)))
|
(when (string= specific "CATEGORY") (throw 'exit props)))
|
||||||
;; Return value.
|
;; Return value.
|
||||||
(append (get-text-property beg 'org-summaries) props))))))
|
(append (get-text-property beg 'org-summaries) props))))))
|
||||||
|
|
Loading…
Reference in New Issue