Variable: org-clock-default-task
org-clock-default-task is a variable defined in org-clock.el.gz.
Value
#<marker in no buffer>
Documentation
Marker pointing to the default task that should clock time.
The clock can be made to switch to this task after clocking out of a different task.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-clock.el.gz
(defvar org-clock-default-task (make-marker)
"Marker pointing to the default task that should clock time.
The clock can be made to switch to this task after clocking out
of a different task.")