Function: hyrolo-outline-show-branches

hyrolo-outline-show-branches is an interactive and byte-compiled function defined in hyrolo.el.

Signature

(hyrolo-outline-show-branches)

Documentation

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

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
;;; Override this function for completeness
(defun hyrolo-outline-show-branches ()
  "Show all subheadings of this heading, but not their bodies."
  (interactive)
  (setq hyrolo-reveal-ignore-this-command t)
  (outline-show-children 1000))