Variable: org-capture-clock-keep
org-capture-clock-keep is a variable defined in org-capture.el.gz.
Value
nil
Documentation
Local variable to store the value of the :clock-keep parameter.
This is needed in case org-capture-finalize is called interactively.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-capture.el.gz
(defvar org-capture-clock-keep nil
"Local variable to store the value of the :clock-keep parameter.
This is needed in case `org-capture-finalize' is called interactively.")