Change: (org-ql-find-goto-hook) Add org-reveal
Showing the context is much better for the user.
This commit is contained in:
parent
d7ada532c7
commit
e41cdb4591
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
||||||
"Options for `org-ql-find'."
|
"Options for `org-ql-find'."
|
||||||
:group 'org-ql)
|
: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."
|
"Functions called when selecting an entry."
|
||||||
:type 'hook)
|
:type 'hook)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue