From 07d21e57c01d66dce085bf62c7d5ced44916168d Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Tue, 10 Nov 2020 21:21:26 -0600 Subject: [PATCH] Tidy --- org-ql-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ql-view.el b/org-ql-view.el index d569741..f6c9917 100644 --- a/org-ql-view.el +++ b/org-ql-view.el @@ -651,8 +651,8 @@ When opened, the link searches the buffer it's opened from." (require 'url-parse) (require 'url-util) (when org-ql-view-query - (cl-incf org-ql-view--link-store-counter) ;; Only Org QL View buffers should have `org-ql-view-query' set. + (cl-incf org-ql-view--link-store-counter) (cl-flet ((prompt-for (buffers-files) ;; HACK: Use counter to avoid prompting the first of the ;; two times that `org-store-link' calls this function.