Docs: Mention non-sexp syntax as applies to (effort) and (level)

This commit is contained in:
Adam Porter 2021-06-16 21:05:40 -05:00
parent d8bfa2317a
commit 84e48d9d2f
2 changed files with 41 additions and 41 deletions

View file

@ -198,7 +198,7 @@ The command =org-ql-search= also accepts, and the command =helm-org-ql= only acc
| ~(and (tags "space") (not (regexp "moon")))~ | ~tags:space !moon~ | | ~(and (tags "space") (not (regexp "moon")))~ | ~tags:space !moon~ |
| ~(priority >= B)~ | ~priority:A,B~ | | ~(priority >= B)~ | ~priority:A,B~ |
Note that the =priority= predicate does not support comparators in the non-sexp syntax, so multiple priorities should be passed instead, as seen in the last example. Note that the =effort=, =level=, and =priority= predicates do not support comparators in the non-sexp syntax, so multiple arguments should be passed instead, as seen in the last example.
*** General predicates *** General predicates

View file

@ -384,9 +384,9 @@ Sexp syntax Non-sexp syntax
(and (tags "space") (not (regexp "moon"))) tags:space !moon (and (tags "space") (not (regexp "moon"))) tags:space !moon
(priority >= B) priority:A,B (priority >= B) priority:A,B
Note that the priority predicate does not support comparators in the Note that the effort, level, and priority predicates do not support
non-sexp syntax, so multiple priorities should be passed instead, as comparators in the non-sexp syntax, so multiple arguments should be
seen in the last example. passed instead, as seen in the last example.
 
File: README.info, Node: General predicates, Next: Ancestor/descendant predicates, Prev: Non-sexp query syntax, Up: Queries File: README.info, Node: General predicates, Next: Ancestor/descendant predicates, Prev: Non-sexp query syntax, Up: Queries
@ -1531,43 +1531,43 @@ Node: org-ql-view-recent-items7090
Node: org-ql-sparse-tree7574 Node: org-ql-sparse-tree7574
Node: Queries8374 Node: Queries8374
Node: Non-sexp query syntax9485 Node: Non-sexp query syntax9485
Node: General predicates11192 Node: General predicates11209
Node: Ancestor/descendant predicates17413 Node: Ancestor/descendant predicates17430
Node: Date/time predicates18541 Node: Date/time predicates18558
Node: Functions / Macros21196 Node: Functions / Macros21213
Node: Agenda-like views21494 Node: Agenda-like views21511
Node: Listing / acting-on results22899 Node: Listing / acting-on results22916
Node: Custom predicates28521 Node: Custom predicates28538
Node: Dynamic block32012 Node: Dynamic block32029
Node: Links34710 Node: Links34727
Node: Tips35397 Node: Tips35414
Node: Changelog35715 Node: Changelog35732
Node: 06-pre36441 Node: 06-pre36458
Node: 05237848 Node: 05237865
Node: 05138152 Node: 05138169
Node: 0538569 Node: 0538586
Node: 04940043 Node: 04940060
Node: 04840317 Node: 04840334
Node: 04740664 Node: 04740681
Node: 04641059 Node: 04641076
Node: 04541459 Node: 04541476
Node: 04441818 Node: 04441835
Node: 04342177 Node: 04342194
Node: 04242374 Node: 04242391
Node: 04142535 Node: 04142552
Node: 0442776 Node: 0442793
Node: 03246709 Node: 03246726
Node: 03147088 Node: 03147105
Node: 0347285 Node: 0347302
Node: 02350260 Node: 02350277
Node: 02250488 Node: 02250505
Node: 02150756 Node: 02150773
Node: 0250955 Node: 0250972
Node: 0154990 Node: 0155007
Node: Notes55091 Node: Notes55108
Node: Comparison with Org Agenda searches55253 Node: Comparison with Org Agenda searches55270
Node: org-sidebar56125 Node: org-sidebar56142
Node: License56404 Node: License56421
 
End Tag Table End Tag Table