From e41cdb45912f1731b5b060f9e05d011096663655 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 25 Aug 2022 16:55:58 -0500 Subject: [PATCH] Change: (org-ql-find-goto-hook) Add org-reveal Showing the context is much better for the user. --- org-ql-find.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ql-find.el b/org-ql-find.el index 5a482f77..0208a454 100644 --- a/org-ql-find.el +++ b/org-ql-find.el @@ -39,7 +39,7 @@ "Options for `org-ql-find'." :group 'org-ql) -(defcustom org-ql-find-goto-hook '(org-show-entry) +(defcustom org-ql-find-goto-hook '(org-show-entry org-reveal) "Functions called when selecting an entry." :type 'hook)