From edac9c696061aba2a429abb8d61238fa37e28418 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sat, 18 Jan 2020 20:24:28 -0600 Subject: [PATCH] Adjust message, indentation, add changelog entry --- README.org | 1 + org-ql-view.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index e137b66..25168cf 100644 --- a/README.org +++ b/README.org @@ -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.) diff --git a/org-ql-view.el b/org-ql-view.el index 15b83d8..33a5d8f 100644 --- a/org-ql-view.el +++ b/org-ql-view.el @@ -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'."