Variable: org-after-promote-entry-hook

org-after-promote-entry-hook is a variable defined in org.el.gz.

Value

nil

Documentation

Hook run after an entry has been promoted.

The cursor will be at the beginning of the entry. When a subtree is being promoted, the hook will be called for each node.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-after-promote-entry-hook nil
  "Hook run after an entry has been promoted.
The cursor will be at the beginning of the entry.
When a subtree is being promoted, the hook will be called for each node.")