Add: helm-org-ql-views, helm-source-org-ql-views

This commit is contained in:
Adam Porter 2019-10-08 16:45:19 -05:00
parent 13723f8163
commit da9be83326
3 changed files with 28 additions and 10 deletions

View file

@ -378,6 +378,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
+ Command ~org-ql-search~ can search files in ~org-directory~; customization options are available in the ~org-ql-search~ group.
+ Command ~org-ql-view-refresh~ can be called with a prefix argument to adjust search parameters.
+ 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.
+ Command ~helm-org-ql-views~, which shows one of ~org-ql-views~ selected with Helm.
*Internal*
+ Added generic node data cache to speed up recursive, tree-based queries.