Function: timeclock-visit-timelog

timeclock-visit-timelog is an interactive and byte-compiled function defined in timeclock.el.gz.

Signature

(timeclock-visit-timelog)

Documentation

Open the file named by timeclock-file in another window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
;;; A helpful little function

(defun timeclock-visit-timelog ()
  "Open the file named by `timeclock-file' in another window."
  (interactive)
  (find-file-other-window timeclock-file))