Change: (org-ql-find-goto-hook) Add org-reveal

Showing the context is much better for the user.
This commit is contained in:
Adam Porter 2022-08-25 16:55:58 -05:00
parent d7ada532c7
commit e41cdb4591

View file

@ -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)