Remove: org-ql-find-heading, org-ql-find-path

These are virtually obsolete with the introduction of the "rifle"
predicate as the default one.  Having them now is just confusing.
This commit is contained in:
Adam Porter 2022-06-25 10:53:29 -05:00
parent bacdacb1b2
commit 5768c685ad
2 changed files with 0 additions and 34 deletions

View file

@ -112,8 +112,6 @@ Lisp code examples are in [[examples.org]].
These commands jump to a heading selected using Emacs's built-in completion facilities with an Org QL query:
- ~org-ql-find~ searches all entry content.
- ~org-ql-find-path~ searches only headings (using the ~outline-path:~ predicate).
- ~org-ql-find-heading~ searches only headings (using the ~heading:~ predicate).
[[images/org-ql-find.png]]