Adjust message, indentation, add changelog entry
This commit is contained in:
parent
6a263e34ff
commit
edac9c6960
2 changed files with 2 additions and 1 deletions
|
|
@ -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.)
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@ update search arguments."
|
|||
(or (when (search-forward current-line nil t)
|
||||
(beginning-of-line))
|
||||
(goto-char old-pos))
|
||||
(message "org-ql: view refreshed")))
|
||||
(message "View refreshed")))
|
||||
|
||||
(defun org-ql-view-save ()
|
||||
"Save current `org-ql-search' buffer to `org-ql-views'."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue