Variable: org-clock-total-time
org-clock-total-time is a variable defined in org-clock.el.gz.
Value
nil
Documentation
Holds total time, spent previously on currently clocked item.
This does not include the time in the currently running clock.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-clock.el.gz
(defvar org-clock-total-time nil
"Holds total time, spent previously on currently clocked item.
This does not include the time in the currently running clock.")