From 84e48d9d2f8ed9606e6ffd124889b214b4532fca Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Wed, 16 Jun 2021 21:05:40 -0500 Subject: [PATCH] Docs: Mention non-sexp syntax as applies to (effort) and (level) --- README.org | 2 +- org-ql.info | 80 ++++++++++++++++++++++++++--------------------------- 2 files changed, 41 insertions(+), 41 deletions(-) diff --git a/README.org b/README.org index 124a0a8..39fbfd7 100644 --- a/README.org +++ b/README.org @@ -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~ | | ~(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 diff --git a/org-ql.info b/org-ql.info index 3ed490e..bacac72 100644 --- a/org-ql.info +++ b/org-ql.info @@ -384,9 +384,9 @@ Sexp syntax Non-sexp syntax ‘(and (tags "space") (not (regexp "moon")))’ ‘tags:space !moon’ ‘(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.  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: Queries8374 Node: Non-sexp query syntax9485 -Node: General predicates11192 -Node: Ancestor/descendant predicates17413 -Node: Date/time predicates18541 -Node: Functions / Macros21196 -Node: Agenda-like views21494 -Node: Listing / acting-on results22899 -Node: Custom predicates28521 -Node: Dynamic block32012 -Node: Links34710 -Node: Tips35397 -Node: Changelog35715 -Node: 06-pre36441 -Node: 05237848 -Node: 05138152 -Node: 0538569 -Node: 04940043 -Node: 04840317 -Node: 04740664 -Node: 04641059 -Node: 04541459 -Node: 04441818 -Node: 04342177 -Node: 04242374 -Node: 04142535 -Node: 0442776 -Node: 03246709 -Node: 03147088 -Node: 0347285 -Node: 02350260 -Node: 02250488 -Node: 02150756 -Node: 0250955 -Node: 0154990 -Node: Notes55091 -Node: Comparison with Org Agenda searches55253 -Node: org-sidebar56125 -Node: License56404 +Node: General predicates11209 +Node: Ancestor/descendant predicates17430 +Node: Date/time predicates18558 +Node: Functions / Macros21213 +Node: Agenda-like views21511 +Node: Listing / acting-on results22916 +Node: Custom predicates28538 +Node: Dynamic block32029 +Node: Links34727 +Node: Tips35414 +Node: Changelog35732 +Node: 06-pre36458 +Node: 05237865 +Node: 05138169 +Node: 0538586 +Node: 04940060 +Node: 04840334 +Node: 04740681 +Node: 04641076 +Node: 04541476 +Node: 04441835 +Node: 04342194 +Node: 04242391 +Node: 04142552 +Node: 0442793 +Node: 03246726 +Node: 03147105 +Node: 0347302 +Node: 02350277 +Node: 02250505 +Node: 02150773 +Node: 0250972 +Node: 0155007 +Node: Notes55108 +Node: Comparison with Org Agenda searches55270 +Node: org-sidebar56142 +Node: License56421  End Tag Table