Variable: timeclock-day-over-hook
timeclock-day-over-hook is a customizable variable defined in
timeclock.el.gz.
Value
nil
Documentation
A hook that is run when the workday has been completed.
This hook is only run if the current time remaining is being displayed
in the mode line. See the variable timeclock-mode-line-display(var)/timeclock-mode-line-display(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
(defcustom timeclock-day-over-hook nil
"A hook that is run when the workday has been completed.
This hook is only run if the current time remaining is being displayed
in the mode line. See the variable `timeclock-mode-line-display'."
:type 'hook)