Function: hyrolo-outline-move-subtree-up

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

Signature

(hyrolo-outline-move-subtree-up &optional ARG)

Documentation

Move the current subtree up 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-up (&optional arg)
  "Move the current subtree up past ARG headlines of the same level."
  (interactive "*p")
  (hyrolo-funcall-match (lambda () (outline-move-subtree-up arg)) t))