Variable: org-property-changed-functions
org-property-changed-functions is a variable defined in org.el.gz.
Value
(org-beamer-property-changed)
Documentation
Hook called when the value of a property has changed.
Each hook function should accept two arguments, the name of the property and the new value.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-property-changed-functions nil
"Hook called when the value of a property has changed.
Each hook function should accept two arguments, the name of the property
and the new value.")