Function: hyrolo-outline-show-all
hyrolo-outline-show-all is an interactive and byte-compiled function
defined in hyrolo.el.
Signature
(hyrolo-outline-show-all)
Documentation
Show all of the text in the HyRolo display buffer.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-outline-show-all ()
"Show all of the text in the HyRolo display buffer."
(interactive)
(setq-local hyrolo-reveal-ignore-this-command t)
(outline-show-all))