[emacs] Use (org-fold-show-subtree) instead of (org-show-subtree)

This commit is contained in:
Sebastian Schulze 2022-12-07 22:52:31 +01:00
parent d58636d76b
commit 296b72a8b5
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@
(find-file (expand-file-name org-file))
(counsel-org-goto)
(org-reveal)
(org-show-subtree))
(org-fold-show-subtree))
(defun bascht/wzzk-find ()
(interactive)