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. - Alias =h= for =heading= predicate.
+ Info manual. + 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. + 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* *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.) + 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.)

View file

@ -300,7 +300,7 @@ update search arguments."
(or (when (search-forward current-line nil t) (or (when (search-forward current-line nil t)
(beginning-of-line)) (beginning-of-line))
(goto-char old-pos)) (goto-char old-pos))
(message "org-ql: view refreshed"))) (message "View refreshed")))
(defun org-ql-view-save () (defun org-ql-view-save ()
"Save current `org-ql-search' buffer to `org-ql-views'." "Save current `org-ql-search' buffer to `org-ql-views'."