Variable: org-capture-before-finalize-hook

org-capture-before-finalize-hook is a customizable variable defined in org-capture.el.gz.

Value

nil

Documentation

Hook that is run right before a capture process is finalized.

The capture buffer is still current when this hook runs and it is widened to the entire buffer.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-capture.el.gz
(defcustom org-capture-before-finalize-hook nil
  "Hook that is run right before a capture process is finalized.
The capture buffer is still current when this hook runs and it is
widened to the entire buffer."
  :group 'org-capture
  :version "24.1"
  :type 'hook)