Comment: Add TODO

This commit is contained in:
Adam Porter 2019-08-13 13:19:08 -05:00
parent 2b47e7c7b0
commit b641e6d53c

View file

@ -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.