Variable: org-capture-prepare-finalize-hook

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

Value

(org-roam-capture--install-finalize-h)

Documentation

Hook that is run before the finalization starts.

The capture buffer is current and still narrowed.

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-prepare-finalize-hook nil
  "Hook that is run before the finalization starts.
The capture buffer is current and still narrowed."
  :group 'org-capture
  :version "24.1"
  :type 'hook)