Function: hyrolo-outline-insert-heading

hyrolo-outline-insert-heading is an interactive and byte-compiled function defined in hyrolo.el.

Signature

(hyrolo-outline-insert-heading)

Documentation

Insert a new heading at same depth at point.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-outline-insert-heading ()
  "Insert a new heading at same depth at point."
  (interactive "*")
  (hyrolo-funcall-match #'outline-insert-heading t))