Variable: org-insert-heading-hook

org-insert-heading-hook is a customizable variable defined in org.el.gz.

Value

nil

Documentation

Hook being run after inserting a new heading.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-insert-heading-hook nil
  "Hook being run after inserting a new heading."
  :group 'org-edit-structure
  :type 'hook)