Variable: org-capture-plist
org-capture-plist is a variable defined in org-capture.el.gz.
Value
nil
Documentation
Plist for the current capture process, global, to avoid having to pass it.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-capture.el.gz
;;; The property list for keeping information about the capture process
(defvar org-capture-plist nil
"Plist for the current capture process, global, to avoid having to pass it.")