Variable: org-clock-has-been-used
org-clock-has-been-used is a variable defined in org-clock.el.gz.
Value
nil
Documentation
Has the clock been used during the current Emacs session?
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-clock.el.gz
(defvar org-clock-has-been-used nil
"Has the clock been used during the current Emacs session?")