Function: org-fold-show-branches

org-fold-show-branches is an interactive and byte-compiled function defined in org-fold.el.gz.

Signature

(org-fold-show-branches)

Documentation

Show all subheadings of this heading, but not their bodies.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-fold.el.gz
(defun org-fold-show-branches ()
  "Show all subheadings of this heading, but not their bodies."
  (interactive)
  (org-fold-show-children 1000))