Add: (tags-regexp, tags*) Predicate
This commit is contained in:
parent
cbd4ea89f4
commit
337bfa6695
4 changed files with 86 additions and 29 deletions
64
org-ql.info
64
org-ql.info
|
|
@ -455,6 +455,10 @@ Arguments are listed next to predicate names, where applicable.
|
|||
Return non-nil if current heading includes all of ‘TAGS’. Tests
|
||||
both inherited and local tags.
|
||||
• Aliases: ‘tags&’.
|
||||
‘tags-regexp (&rest regexps)’
|
||||
Return non-nil if current heading has tags matching one or more of
|
||||
‘REGEXPS’. Tests both inherited and local tags.
|
||||
• Aliases: ‘tags*’.
|
||||
‘todo (&optional keywords)’
|
||||
Return non-nil if current heading is a ‘TODO’ item. With
|
||||
‘KEYWORDS’, return non-nil if its keyword is one of ‘KEYWORDS’ (a
|
||||
|
|
@ -830,6 +834,8 @@ File: README.info, Node: 05-pre, Next: 046, Up: Changelog
|
|||
search/view buffers.
|
||||
• Predicate link, which matches descriptions and targets in Org
|
||||
links.
|
||||
• Predicate ‘tags-regexp’ (alias: ‘tags*’), which matches regexps
|
||||
against entry tags (e.g, helpful when a tag might end in "s").
|
||||
• Emacs bookmark support: Org QL View buffers can be bookmarked with,
|
||||
e.g. C-x r m and shown with, e.g. C-x r b. (This also enables
|
||||
view restoration with Burly
|
||||
|
|
@ -1277,35 +1283,35 @@ Node: org-ql-sparse-tree7144
|
|||
Node: Queries7944
|
||||
Node: Non-sexp query syntax8852
|
||||
Node: General predicates10559
|
||||
Node: Ancestor/descendant predicates15774
|
||||
Node: Date/time predicates16902
|
||||
Node: Functions / Macros19557
|
||||
Node: Agenda-like views19812
|
||||
Node: Listing / acting-on results21217
|
||||
Node: Dynamic block25819
|
||||
Node: Links27982
|
||||
Node: Tips28669
|
||||
Node: Changelog28987
|
||||
Node: 05-pre29626
|
||||
Node: 04630718
|
||||
Node: 04531121
|
||||
Node: 04431480
|
||||
Node: 04331837
|
||||
Node: 04232032
|
||||
Node: 04132191
|
||||
Node: 0432430
|
||||
Node: 03236361
|
||||
Node: 03136738
|
||||
Node: 0336935
|
||||
Node: 02339910
|
||||
Node: 02240138
|
||||
Node: 02140406
|
||||
Node: 0240605
|
||||
Node: 0144640
|
||||
Node: Notes44741
|
||||
Node: Comparison with Org Agenda searches44903
|
||||
Node: org-sidebar45775
|
||||
Node: License46054
|
||||
Node: Ancestor/descendant predicates15972
|
||||
Node: Date/time predicates17100
|
||||
Node: Functions / Macros19755
|
||||
Node: Agenda-like views20010
|
||||
Node: Listing / acting-on results21415
|
||||
Node: Dynamic block26017
|
||||
Node: Links28180
|
||||
Node: Tips28867
|
||||
Node: Changelog29185
|
||||
Node: 05-pre29824
|
||||
Node: 04631063
|
||||
Node: 04531466
|
||||
Node: 04431825
|
||||
Node: 04332182
|
||||
Node: 04232377
|
||||
Node: 04132536
|
||||
Node: 0432775
|
||||
Node: 03236706
|
||||
Node: 03137083
|
||||
Node: 0337280
|
||||
Node: 02340255
|
||||
Node: 02240483
|
||||
Node: 02140751
|
||||
Node: 0240950
|
||||
Node: 0144985
|
||||
Node: Notes45086
|
||||
Node: Comparison with Org Agenda searches45248
|
||||
Node: org-sidebar46120
|
||||
Node: License46399
|
||||
|
||||
End Tag Table
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue