Variable: org-after-note-stored-hook

org-after-note-stored-hook is a customizable variable defined in org.el.gz.

Value

nil

Documentation

Hook triggered after a note is stored.

The point is at the stored note when the hook is executed.

This variable was added, or its default value changed, in Org version
9.7.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-after-note-stored-hook nil
  "Hook triggered after a note is stored.
The point is at the stored note when the hook is executed."
  :group 'org-progress
  :type 'hook
  :package-version '(Org . "9.7"))