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)))
|
||||
(push (cons key value) props))))))))))))
|
||||
(unless (assoc "CATEGORY" props)
|
||||
(goto-char beg)
|
||||
(push (cons "CATEGORY" (org-get-category)) props)
|
||||
(push (cons "CATEGORY" (org-get-category beg)) props)
|
||||
(when (string= specific "CATEGORY") (throw 'exit props)))
|
||||
;; Return value.
|
||||
(append (get-text-property beg 'org-summaries) props))))))
|
||||
|
|
Loading…
Reference in New Issue