Change/Fix: (src) Normalization, case-insensitivity

This commit is contained in:
Adam Porter 2022-12-09 19:38:34 -06:00
parent 6e3a5eebe7
commit ecde3a0420
4 changed files with 108 additions and 66 deletions

View file

@ -502,6 +502,7 @@ Arguments are listed next to predicate names, where applicable.
Return non-nil if current entry contains an Org Babel source block.
If LANG is non-nil, match blocks of that language. If REGEXPS
is non-nil, require that blocks contents match all regexps.
Matching is done case-insensitively.
tags (&optional tags)
Return non-nil if current heading has one or more of TAGS (a list
of strings). Tests both inherited and local tags.
@ -1044,6 +1045,11 @@ File: README.info, Node: 07-pre, Next: 063, Up: Changelog
*Changed*
• Give more useful error message for invalid queries.
• Predicate src now matches case-insensitively.
*Fixed*
• Predicate srcs matching of begin/end block lines, normalization
of arguments, and handling in non-sexp queries.
*Internal*
• Certain query predicates, when called multiple times in an and
@ -1695,52 +1701,52 @@ Node: org-ql-sparse-tree8594
Node: Queries9394
Node: Non-sexp query syntax10511
Node: General predicates12270
Node: Ancestor/descendant predicates19100
Node: Date/time predicates20228
Node: Functions / Macros23352
Node: Agenda-like views23650
Ref: Function org-ql-block23812
Node: Listing / acting-on results25073
Ref: Caching25281
Ref: Function org-ql-select26194
Ref: Function org-ql-query28620
Ref: Macro org-ql (deprecated)30394
Node: Custom predicates30709
Ref: Macro org-ql-defpred30933
Node: Dynamic block34374
Node: Links37098
Node: Tips37785
Node: Changelog38109
Node: 07-pre38892
Node: 06340702
Node: 06241237
Node: 06141542
Node: 0642110
Node: 05245164
Node: 05145464
Node: 0545887
Node: 04947416
Node: 04847696
Node: 04748045
Node: 04648454
Node: 04548862
Node: 04449223
Node: 04349582
Node: 04249785
Node: 04149946
Node: 0450193
Node: 03254294
Node: 03154697
Node: 0354894
Node: 02358194
Node: 02258428
Node: 02158708
Node: 0258913
Node: 0162991
Node: Notes63092
Node: Comparison with Org Agenda searches63254
Node: org-sidebar64143
Node: License64422
Node: Ancestor/descendant predicates19142
Node: Date/time predicates20270
Node: Functions / Macros23394
Node: Agenda-like views23692
Ref: Function org-ql-block23854
Node: Listing / acting-on results25115
Ref: Caching25323
Ref: Function org-ql-select26236
Ref: Function org-ql-query28662
Ref: Macro org-ql (deprecated)30436
Node: Custom predicates30751
Ref: Macro org-ql-defpred30975
Node: Dynamic block34416
Node: Links37140
Node: Tips37827
Node: Changelog38151
Node: 07-pre38934
Node: 06340948
Node: 06241483
Node: 06141788
Node: 0642356
Node: 05245410
Node: 05145710
Node: 0546133
Node: 04947662
Node: 04847942
Node: 04748291
Node: 04648700
Node: 04549108
Node: 04449469
Node: 04349828
Node: 04250031
Node: 04150192
Node: 0450439
Node: 03254540
Node: 03154943
Node: 0355140
Node: 02358440
Node: 02258674
Node: 02158954
Node: 0259159
Node: 0163237
Node: Notes63338
Node: Comparison with Org Agenda searches63500
Node: org-sidebar64389
Node: License64668

End Tag Table