Merge: v0.8.8
This commit is contained in:
commit
fcb4e3ee62
5 changed files with 173 additions and 147 deletions
|
|
@ -878,7 +878,8 @@ return an empty string."
|
|||
(title (--> (org-ql-view--add-faces element)
|
||||
(org-element-property :raw-value it)))
|
||||
(todo-keyword (-some--> (org-element-property :todo-keyword element)
|
||||
(org-ql-view--add-todo-face it)))
|
||||
(org-ql-view--add-todo-face
|
||||
(substring-no-properties it))))
|
||||
(tag-list (if org-use-tag-inheritance
|
||||
;; MAYBE: Use our own variable instead of `org-use-tag-inheritance'.
|
||||
(if-let ((marker (or (org-element-property :org-hd-marker element)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue