WIP
This commit is contained in:
parent
3bf9cb6c84
commit
c89beb1bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -1025,7 +1025,7 @@ Tests both inherited and local tags."
|
||||||
;; MAYBE: -all versions for inherited and local.
|
;; MAYBE: -all versions for inherited and local.
|
||||||
:normalizers ((`(,predicate-names) `(tags))
|
:normalizers ((`(,predicate-names) `(tags))
|
||||||
(`(,predicate-names . ,tags) `(and ,@(--map `(tags ,it) tags))))
|
(`(,predicate-names . ,tags) `(and ,@(--map `(tags ,it) tags))))
|
||||||
:predicate #'org-ql--predicate-tags)
|
:predicate (apply #'org-ql--predicate-tags tags))
|
||||||
|
|
||||||
(org-ql-define-predicate (tags-inherited inherited-tags tags-i itags) (&rest tags)
|
(org-ql-define-predicate (tags-inherited inherited-tags tags-i itags) (&rest tags)
|
||||||
"Return non-nil if current heading's inherited tags include one or more of TAGS (a list of strings).
|
"Return non-nil if current heading's inherited tags include one or more of TAGS (a list of strings).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue