Comment: Add TODO
This commit is contained in:
parent
2b47e7c7b0
commit
b641e6d53c
1 changed files with 1 additions and 0 deletions
|
|
@ -395,6 +395,7 @@ replace the clause with a preamble."
|
||||||
(setq org-ql-preamble (rx-to-string `(seq bol (0+ (any " ")) "SCHEDULED" ":") t))
|
(setq org-ql-preamble (rx-to-string `(seq bol (0+ (any " ")) "SCHEDULED" ":") t))
|
||||||
;; Return element, because the predicate still needs testing.
|
;; Return element, because the predicate still needs testing.
|
||||||
element)
|
element)
|
||||||
|
;; TODO: Add selector for tags without inheritance.
|
||||||
((and `(tags . ,tags) (guard (not org-use-tag-inheritance)))
|
((and `(tags . ,tags) (guard (not org-use-tag-inheritance)))
|
||||||
;; When tag inheritance is disabled, we only consider direct tags,
|
;; When tag inheritance is disabled, we only consider direct tags,
|
||||||
;; so we can search directly to headings containing one of the tags.
|
;; so we can search directly to headings containing one of the tags.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue