Variable: org-clock-auto-clock-resolution
org-clock-auto-clock-resolution is a customizable variable defined in
org-clock.el.gz.
Value
when-no-clock-is-running
Documentation
When to automatically resolve open clocks found in Org buffers.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-clock.el.gz
(defcustom org-clock-auto-clock-resolution 'when-no-clock-is-running
"When to automatically resolve open clocks found in Org buffers."
:group 'org-clock
:type '(choice
(const :tag "Never" nil)
(const :tag "Always" t)
(const :tag "When no clock is running" when-no-clock-is-running)))