Function: hyrolo-outline-mark-subtree

hyrolo-outline-mark-subtree is an interactive and byte-compiled function defined in hyrolo.el.

Signature

(hyrolo-outline-mark-subtree)

Documentation

Mark the current subtree in an outlined document.

This puts point at the start of the current subtree, and mark at the end.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-outline-mark-subtree ()
  "Mark the current subtree in an outlined document.
This puts point at the start of the current subtree, and mark at the end."
  (interactive)
  (hyrolo-funcall-match #'outline-mark-subtree t))