parent
905f022d97
commit
85035e4ce2
|
@ -24917,9 +24917,8 @@ modified."
|
||||||
|
|
||||||
(defun org-show-children (&optional level)
|
(defun org-show-children (&optional level)
|
||||||
"Show all direct subheadings of this heading.
|
"Show all direct subheadings of this heading.
|
||||||
Optional argument LEVEL is how many levels below the current
|
Prefix arg LEVEL is how many levels below the current level should be shown.
|
||||||
level should be shown. Default is enough to cause the following
|
Default is enough to cause the following heading to appear."
|
||||||
heading to appear."
|
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(org-back-to-heading t)
|
(org-back-to-heading t)
|
||||||
(let* ((current-level (funcall outline-level))
|
(let* ((current-level (funcall outline-level))
|
||||||
|
|
Loading…
Reference in New Issue