Function: hyrolo-outline-hide-other

hyrolo-outline-hide-other is an interactive and byte-compiled function defined in hyrolo.el.

Signature

(hyrolo-outline-hide-other)

Documentation

Hide everything except current body and parent and top-level headings.

This also unhides the top heading-less body, if any.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-outline-hide-other ()
  "Hide everything except current body and parent and top-level headings.
This also unhides the top heading-less body, if any."
  (interactive)
  (setq hyrolo-reveal-ignore-this-command t)
  (hyrolo-funcall-match #'outline-hide-other))