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~ |
| ~(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