Variable: timeclock-file

timeclock-file is a customizable variable defined in timeclock.el.gz.

Value

"~/.emacs.d/timelog"

Documentation

The file used to store timeclock data in.

This variable was added, or its default value changed, in Emacs 24.4.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
;;; User Variables:

(defcustom timeclock-file (locate-user-emacs-file "timelog" ".timelog")
  "The file used to store timeclock data in."
  :version "24.4"			; added locate-user-emacs-file
  :type 'file)