Add: helm-org-ql-source, org-ql-search-directories-files, etc.

This commit is contained in:
Adam Porter 2019-10-07 11:01:09 -05:00
parent 34cdbd5c87
commit 7fa0d83a54
5 changed files with 101 additions and 48 deletions

View file

@ -375,6 +375,8 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
*Added*
+ Predicates =outline-path= (alias =olp=) and =outline-path-segment= (alias =olps=).
+ Info manual.
+ Command ~org-ql-search~ can search files in ~org-directory~; customization options are available in the ~org-ql-search~ group.
+ Function ~helm-org-ql-source~, which returns a Helm source that searches given buffers/files with ~helm-org-ql~. It can be used for custom Helm commands that search certain files.
*Internal*
+ Added generic node data cache to speed up recursive, tree-based queries.