Variable: org-after-demote-entry-hook
org-after-demote-entry-hook is a variable defined in org.el.gz.
Value
nil
Documentation
Hook run after an entry has been demoted.
The cursor will be at the beginning of the entry. When a subtree is being demoted, the hook will be called for each node.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
;;; Promotion and Demotion
(defvar org-after-demote-entry-hook nil
"Hook run after an entry has been demoted.
The cursor will be at the beginning of the entry.
When a subtree is being demoted, the hook will be called for each node.")