Variable: org-clock-in-resume
org-clock-in-resume is a customizable variable defined in
org-clock.el.gz.
Value
nil
Documentation
If non-nil, resume clock when clocking into task with open clock.
When clocking into a task with a clock entry which has not been closed, the clock can be resumed from that point.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-clock.el.gz
(defcustom org-clock-in-resume nil
"If non-nil, resume clock when clocking into task with open clock.
When clocking into a task with a clock entry which has not been closed,
the clock can be resumed from that point."
:group 'org-clock
:type 'boolean)