Function: hyrolo-outline-move-subtree-down
hyrolo-outline-move-subtree-down is an interactive and byte-compiled
function defined in hyrolo.el.
Signature
(hyrolo-outline-move-subtree-down &optional ARG)
Documentation
Move the current subtree down past ARG headlines of the same level.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-outline-move-subtree-down (&optional arg)
"Move the current subtree down past ARG headlines of the same level."
(interactive "*p")
(hyrolo-funcall-match (lambda () (outline-move-subtree-down arg)) t))