Variable: org-capture-mode
org-capture-mode is a buffer-local variable defined in
org-capture.el.gz.
Documentation
Non-nil if Org-Capture mode is enabled.
Use the command org-capture-mode(var)/org-capture-mode(fun) to change this variable.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-capture.el.gz
(define-minor-mode org-capture-mode
"Minor mode for special key bindings in a capture buffer.
Turning on this mode runs the normal hook `org-capture-mode-hook'."
:lighter " Cap"
(setq-local
header-line-format
(substitute-command-keys
"\\<org-capture-mode-map>Capture buffer. Finish \
`\\[org-capture-finalize]', refile `\\[org-capture-refile]', \
abort `\\[org-capture-kill]'.")))