mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-30 08:08:26 +00:00
org.el (org-show-subtree): Make interactive.
* org.el (org-show-subtree): Make interactive. TINYCHANGE
This commit is contained in:
parent
532a1ac40a
commit
5bb4aabac7
@ -20986,6 +20986,7 @@ Stop at the first and last subheadings of a superior heading."
|
||||
|
||||
(defun org-show-subtree ()
|
||||
"Show everything after this heading at deeper levels."
|
||||
(interactive)
|
||||
(outline-flag-region
|
||||
(point)
|
||||
(save-excursion
|
||||
|
Loading…
Reference in New Issue
Block a user