Variable: timeclock-first-in-hook
timeclock-first-in-hook is a customizable variable defined in
timeclock.el.gz.
Value
nil
Documentation
A hook run for the first "in" event each day.
Note that this hook is run before recording any events. Thus the
value of timeclock-hours-today, timeclock-last-event and the
return value of function timeclock-last-period(var)/timeclock-last-period(fun) are relative previous
to today.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
(defcustom timeclock-first-in-hook nil
"A hook run for the first \"in\" event each day.
Note that this hook is run before recording any events. Thus the
value of `timeclock-hours-today', `timeclock-last-event' and the
return value of function `timeclock-last-period' are relative previous
to today."
:type 'hook)