Add: (org-ql-default-predicate)

This commit is contained in:
Adam Porter 2022-06-09 22:45:51 -05:00
parent c8c89be7bc
commit 0057972069
3 changed files with 42 additions and 30 deletions

View file

@ -539,6 +539,7 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
*Added*
+ Commands ~org-ql-find~, ~org-ql-find-heading~, and ~org-ql-find-path~, which jump to entries selected using Emacs's built-in completion facilities and Org QL queries (like ~helm-org-ql~, but doesn't require Helm.).
+ Option ~org-ql-default-predicate~, applied to plain-string query tokens (before, the ~regexp~ predicate was always used, but now it may be customized).
*Changed*
+ Give more useful error message for invalid queries.