Adjust message, indentation, add changelog entry

This commit is contained in:
Adam Porter 2020-01-18 20:24:28 -06:00
parent 6a263e34ff
commit edac9c6960
2 changed files with 2 additions and 1 deletions

View file

@ -388,6 +388,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
- Alias =h= for =heading= predicate.
+ Info manual.
+ 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.
+ Display a message when views are refreshed. (Thanks to [[https://github.com/xeijin][xeijin]].)
*Fixed*
+ Call =helm-make-source= directly instead of using =helm-build-sync-source= macro. (Fixes [[https://github.com/alphapapa/org-ql/issues/60][#60]]. Thanks to [[https://github.com/matthuszagh][Matt Huszagh]] for reporting.)