Function: kotl-mode:show-subtree
kotl-mode:show-subtree is an interactive and byte-compiled function
defined in kotl-mode.el.
Signature
(kotl-mode:show-subtree &optional CELL-REF)
Documentation
Show subtree, ignoring root, at optional CELL-REF (defaults to cell at point).
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kotl-mode.el
(defun kotl-mode:show-subtree (&optional cell-ref)
"Show subtree, ignoring root, at optional CELL-REF (defaults to cell at point)."
(interactive)
(kotl-mode:hide-subtree cell-ref t))