%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/share/emacs/27.2/lisp/calendar/
Upload File :
Create Path :
Current File : //usr/local/share/emacs/27.2/lisp/calendar/timeclock.elc

;ELC
;;; Compiled
;;; in Emacs version 27.2
;;; with all optimizations.

;;; This file contains utf-8 non-ASCII characters,
;;; and so cannot be loaded into Emacs 22 or earlier.
(and (boundp 'emacs-version)
     (< (aref emacs-version (1- (length emacs-version))) ?A)
     (string-lessp emacs-version "23")
     (error "`%s' was compiled for Emacs 23 or later" #$))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(byte-code "\300\301!\210\302\303\304\305\306\307%\210\310\311\312\313\314DD\315\316\317\320\321&\210\310\322\312\313\323DD\324\320\325%\210\310\326\312\313\327DD\330\320\331%\210\310\332\312\313\333DD\334\320\313%\210\310\335\312\313\336DD\337\320\313%\210\310\340\312\313\341DD\342\320\343%\210\310\344\312\313\345DD\346\347\350\320\331&\207" [require cl-lib custom-declare-group timeclock nil "Keeping track of the time that gets spent." :group data custom-declare-variable timeclock-file funcall function #[0 "\300\301\302\"\207" [locate-user-emacs-file "timelog" ".timelog"] 3] "The file used to store timeclock data in." :version "24.4" :type file timeclock-workday #[0 "\300\207" [28800] 1] "The length of a work period in seconds." integer timeclock-relative #[0 "\300\207" [t] 1] "Whether to make reported time relative to `timeclock-workday'.\nFor example, if the length of a normal workday is eight hours, and you\nwork four hours on Monday, then the amount of time \"remaining\" on\nTuesday is twelve hours -- relative to an averaged work period of\neight hours -- or eight hours, non-relative.  So relative time takes\ninto account any discrepancy of time under-worked or over-worked on\nprevious days.  This only affects the timeclock mode line display." boolean timeclock-get-project-function #[0 "\300\207" [timeclock-ask-for-project] 1] "The function used to determine the name of the current project.\nWhen clocking in, and no project is specified, this function will be\ncalled to determine what is the current project to be worked on.\nIf this variable is nil, no questions will be asked." timeclock-get-reason-function #[0 "\300\207" [timeclock-ask-for-reason] 1] "A function used to determine the reason for clocking out.\nWhen clocking out, and no reason is specified, this function will be\ncalled to determine what is the reason.\nIf this variable is nil, no questions will be asked." timeclock-get-workday-function #[0 "\300\207" [nil] 1] "A function used to determine the length of today's workday.\nThe first time that a user clocks in each day, this function will be\ncalled to determine what is the length of the current workday.  If\nthe return value is nil, or equal to `timeclock-workday', nothing special\nwill be done.  If it is a quantity different from `timeclock-workday',\nhowever, a record will be output to the timelog file to note the fact that\nthat day has a length that is different from the norm." (choice (const nil) function) timeclock-ask-before-exiting #[0 "\300\207" [t] 1] "If non-nil, ask if the user wants to clock out before exiting Emacs.\nThis variable only has effect if set with \\[customize]." :set #[514 "\211\203\f\300\301\302\"\210\202\303\301\302\"\210L\207" [add-hook kill-emacs-query-functions timeclock-query-out remove-hook] 5 "\n\n(fn SYMBOL VALUE)"]] 8)
#@51 The timer used to update `timeclock-mode-string'.
(defvar timeclock-update-timer nil (#$ . 3239))
(byte-code "\300\301\302\303#\210\304\211\203(\211@\301N\203!\302N\204!\305\302\301N#\210A\266\202\202\210\306\301\302\307#\210\310\311\312\313\314DD\315\316\317\320\321\322\323&	\210\310\324\312\313\325DD\326\320\327%\210\310\330\312\313\331DD\332\320\327%\210\310\333\312\313\334DD\335\320\327%\210\310\336\312\313\337DD\340\320\327%\210\310\341\312\313\342DD\343\320\327%\210\310\344\312\313\345DD\346\320\327%\210\310\347\312\313\350DD\351\320\327%\207" [defvaralias timeclock-modeline-display timeclock-mode-line-display nil (saved-value saved-variable-comment) put make-obsolete-variable "24.3" custom-declare-variable timeclock-use-display-time funcall function #[0 "\300\207" [t] 1] "If non-nil, use `display-time-hook' for doing mode line updates.\nThe advantage of this is that one less timer has to be set running\namok in Emacs's process space.  The disadvantage is that it requires\nyou to have `display-time' running.  If you don't want to use\n`display-time', but still want the mode line to show how much time is\nleft, set this variable to nil.  Changing the value of this variable\nwhile timeclock information is being displayed in the mode line has no\neffect.  You should call the function `timeclock-mode-line-display' with\na positive argument to force an update." :set #[514 "\303\300!\205\211\203&\203\303\301!\203\304	>\204#\204&\n\203&\305\262\211\203,\305L\210\211\2036\306\207" [timeclock-mode-line-display display-time-hook timeclock-update-timer boundp timeclock-update-mode-line nil t] 5 "\n\n(fn SYMBOL VALUE)"] :type boolean :require time timeclock-first-in-hook #[0 "\300\207" [nil] 1] "A hook run for the first \"in\" event each day.\nNote that this hook is run before recording any events.  Thus the\nvalue of `timeclock-hours-today', `timeclock-last-event' and the\nreturn value of function `timeclock-last-period' are relative previous\nto today." hook timeclock-load-hook #[0 "\300\207" [nil] 1] "Hook that gets run after timeclock has been loaded." timeclock-in-hook #[0 "\300\207" [nil] 1] "A hook run every time an \"in\" event is recorded." timeclock-day-over-hook #[0 "\300\207" [nil] 1] "A hook that is run when the workday has been completed.\nThis hook is only run if the current time remaining is being displayed\nin the mode line.  See the variable `timeclock-mode-line-display'." timeclock-out-hook #[0 "\300\207" [nil] 1] "A hook run every time an \"out\" event is recorded." timeclock-done-hook #[0 "\300\207" [nil] 1] "A hook run every time a project is marked as completed." timeclock-event-hook #[0 "\300\207" [nil] 1] "A hook run every time any event is recorded."] 10)
#@101 A list containing the last event that was recorded.
The format of this list is (CODE TIME PROJECT).
(defvar timeclock-last-event nil (#$ . 6001))
#@65 The number of seconds in the workday of `timeclock-last-event'.
(defvar timeclock-last-event-workday nil (#$ . 6153))
#@459 A variable containing the time discrepancy before the last event.
Normally, timeclock assumes that you intend to work for
`timeclock-workday' seconds every day.  Any days in which you work
more or less than this amount is considered either a positive or
a negative discrepancy.  If you work in such a manner that the
discrepancy is always brought back to zero, then you will by
definition have worked an average amount equal to `timeclock-workday'
each day.
(defvar timeclock-discrepancy nil (#$ . 6278))
#@321 A variable containing the time elapsed for complete periods today.
This value is not accurate enough to be useful by itself.  Rather,
call `timeclock-workday-elapsed', to determine how much time has been
worked so far today.  Also, if `timeclock-relative' is nil, this value
will be the same as `timeclock-discrepancy'.
(defvar timeclock-elapsed nil (#$ . 6790))
#@70 Non-nil if the mode line should display time elapsed, not remaining.
(defvar timeclock-use-elapsed nil (#$ . 7159))
#@168 Integer representing the number of seconds in the last period.
Note that you shouldn't access this value, but instead should use the
function `timeclock-last-period'.
(defvar timeclock-last-period nil (#$ . 7282))
#@131 The timeclock string (optionally) displayed in the mode line.
The time is bracketed by <> if you are clocked in, otherwise by [].
(defvar timeclock-mode-string nil (#$ . 7503))
#@56 The date of the last day when notified "day over" for.
(defvar timeclock-day-over nil (#$ . 7686))
(byte-code "\300\301\302\303#\210\304\301\302\305#\210\306\302\307\310\311DD\312\313\314\315\316\317\302\320\321&\207" [defalias timeclock-modeline-display timeclock-mode-line-display nil make-obsolete "24.3" custom-declare-variable funcall function #[0 "\300\207" [nil] 1] "Non-nil if Timeclock-Mode-Line-Display mode is enabled.\nSee the `timeclock-mode-line-display' command\nfor a description of this minor mode.\nSetting this variable directly does not take effect;\neither customize it (see the info node `Easy Customization')\nor call the function `timeclock-mode-line-display'." :set custom-set-minor-mode :initialize custom-initialize-default :group :type boolean] 12)
#@504 Toggle display of the amount of time left today in the mode line.
If `timeclock-use-display-time' is non-nil (the default), then
the function `display-time-mode' must be active, and the mode line
will be updated whenever the time display is updated.  Otherwise,
the timeclock will use its own sixty second timer to do its
updating.  With prefix ARG, turn mode line display on if and only
if ARG is positive.  Returns the new status of timeclock mode line
display (non-nil means on).

(fn &optional ARG)
(defalias 'timeclock-mode-line-display #[256 "\306 \307\302\310=\203\311\302!?\202\312!\313V\"\210\314	\204 \315\n\203l\300	>\204/\316	\317\"\320\321\322\"\210\203>\323!\210\324\325\326!\203I\327\326\322\"\210\f\203c
\203W\322 \210\202[\330\331!\210\320\326\322\"\210\202\213\332\324\333\322#\202\213\334\300	\"\327\321\322\"\210\325\326!\203\201\327\326\322\"\210\203\213\323!\210\324\335\336\311\302!\203\227\337\202\230\340\"\210\341\342!\203\302\343\302!\210\306 \203\260\211\306 \232\203\302\314\330\344\311\302!\203\275\345\202\276\346#\266\210\347 \210\311\302!\207" [timeclock-mode-string global-mode-string timeclock-mode-line-display timeclock-update-timer timeclock-use-display-time display-time-mode current-message set-default toggle default-value prefix-numeric-value 0 #1="" (#1#) append (timeclock-mode-string) add-hook timeclock-event-hook timeclock-update-mode-line cancel-timer nil boundp display-time-hook remove-hook message "Activate `display-time-mode' or turn off `timeclock-use-display-time' to see timeclock information" run-at-time 60 delq run-hooks timeclock-mode-line-display-hook timeclock-mode-line-display-on-hook timeclock-mode-line-display-off-hook called-interactively-p any customize-mark-as-set "Timeclock-Mode-Line-Display mode %sabled%s" "en" "dis" force-mode-line-update] 7 (#$ . 8471) (byte-code "\206\301C\207" [current-prefix-arg toggle] 1)])
(defvar timeclock-mode-line-display-hook nil)
(byte-code "\301\302N\204\f\303\301\302\304#\210\305\306\307\310\300!\205\307\211%\207" [timeclock-mode-line-display-map timeclock-mode-line-display-hook variable-documentation put "Hook run after entering or leaving `timeclock-mode-line-display'.\nNo problems result if this variable is not bound.\n`add-hook' automatically binds it.  (This is true for all hook variables.)" add-minor-mode timeclock-mode-line-display nil boundp] 6)
#@71 Convert the TIME value to a textual date string.

(fn &optional TIME)
(defalias 'timeclock-time-to-date #[256 "\300\301\"\207" [format-time-string "%Y/%m/%d"] 4 (#$ . 10891)])
(put 'timeclock-time-to-date 'byte-optimizer 'byte-compile-inline-expand)
#@719 Clock in, recording the current time moment in the timelog.
With a numeric prefix ARG, record the fact that today has only that
many hours in it to be worked.  If ARG is a non-numeric prefix argument
(non-nil, but not a number), 0 is assumed (working on a holiday or
weekend).  *If not called interactively, ARG should be the number of
_seconds_ worked today*.  This feature only has effect the first time
this function is called within a day.

PROJECT is the project being clocked into.  If PROJECT is nil, and
FIND-PROJECT is non-nil -- or the user calls `timeclock-in'
interactively -- call the function `timeclock-get-project-function' to
discover the name of the project.

(fn &optional ARG PROJECT FIND-PROJECT)
(defalias 'timeclock-in #[768 "@\305\232\203\306\307!\207\204\310 \210\203*A@\311\312\"\262\313\311\312\"\262\232\204o\247\2033\206E\203;\314\202E	\203D	 \206E\n\315\316!\210\206N\314Z\211\nU\204n\317\320\321\322\211\323\246\314U\203h\324\202i\325\324#!\"\210\210\317\305\206\205\f\205\205\204\203\326\327!\205\205\f \"\210\315\330!\207" [timeclock-last-event timeclock-get-workday-function timeclock-workday timeclock-discrepancy timeclock-get-project-function "i" error "You've already clocked in!" timeclock-reread-log format-time-string "%Y/%m/%d" nil 0 run-hooks timeclock-first-in-hook timeclock-log "h" number-to-string / 3600 60 60.0 called-interactively-p interactive timeclock-in-hook] 11 (#$ . 11149) (byte-code "\205\247\203\301\302\211#\202\303C\207" [current-prefix-arg * 60 0] 4)])
#@428 Clock out, recording the current time moment in the timelog.
If a prefix ARG is given, the user has completed the project that was
begun during the last time segment.

REASON is the user's reason for clocking out.  If REASON is nil, and
FIND-REASON is non-nil -- or the user calls `timeclock-out'
interactively -- call the function `timeclock-get-reason-function' to
discover the reason.

(fn &optional ARG REASON FIND-REASON)
(defalias 'timeclock-out #[768 "\204\302\303!\210@\227\304\232\203\302\305!\207\306\203\307\202\304\2062	\2052\2040\310\311!\2052	 \"\210\312\313!\210\205?\312\314!\207" [timeclock-last-event timeclock-get-reason-function error "You haven't clocked in!" "o" "You've already clocked out!" timeclock-log "O" called-interactively-p interactive run-hooks timeclock-out-hook timeclock-done-hook] 7 (#$ . 12717) "P"])
#@272 Return the number of seconds until the workday is complete.
The amount returned is relative to the value of `timeclock-workday'.
If TODAY-ONLY is non-nil, the value returned will be relative only to
the time worked today, and not to past time.

(fn &optional TODAY-ONLY)
(defalias 'timeclock-workday-remaining #[256 "\300 \211\203\203\211A@\202\211@[\202\301\207" [timeclock-find-discrep 0.0] 3 (#$ . 13582)])
(put 'timeclock-workday-remaining 'byte-optimizer 'byte-compile-inline-expand)
#@280 Report the overall timeclock status at the present moment.
If SHOW-SECONDS is non-nil, display second resolution.
If TODAY-ONLY is non-nil, the display will be relative only to time
worked today, ignoring the time worked on previous days.

(fn &optional SHOW-SECONDS TODAY-ONLY)
(defalias 'timeclock-status-string #[512 "\211\206?\302 \211\203\203\211A@\202\211@[\202\303\266\202	@\304\232\305\306\203-\307\202.\310\203<\311\312	A@\"\202B\311\313	A@\"\314	8\206Q\203P\315\202Q\316\317\n\320#\321V\203c\322\202d\323\324\"&\325\326!\203y\327\330\"\202z\211\207" [timeclock-relative timeclock-last-event timeclock-find-discrep 0.0 "i" format "Currently %s since %s (%s), %s %s, leave at %s" "IN" "OUT" format-time-string "%-I:%M:%S %p" "%-I:%M %p" 2 "**UNKNOWN**" "workday over" timeclock-seconds-to-string t 0 "remaining" "over" timeclock-when-to-leave-string called-interactively-p interactive message "%s"] 14 (#$ . 14087) "P"])
#@290 Change to working on a different project.
This clocks out of the current project, then clocks in on a new one.
With a prefix ARG, consider the previous project as finished at the
time of changeover.  PROJECT is the name of the last project you were
working on.

(fn &optional ARG PROJECT)
(defalias 'timeclock-change #[512 "\300!\210\301\302\303\304!#\207" [timeclock-out timeclock-in nil called-interactively-p interactive] 7 (#$ . 15061) "P"])
#@106 Ask the user whether to clock out.
This is a useful function for adding to `kill-emacs-query-functions'.
(defalias 'timeclock-query-out #[0 "@\301\232\203\302\303!\203\304 \210\305\207" [timeclock-last-event "i" y-or-n-p "You're currently clocking time, clock out? " timeclock-out t] 2 (#$ . 15516)])
#@107 Re-read the timeclock, to account for external changes.
Returns the new value of `timeclock-discrepancy'.
(defalias 'timeclock-reread-log #[0 "\302\303 \210\203	\203\304 \210\207" [timeclock-discrepancy timeclock-mode-line-display nil timeclock-find-discrep timeclock-update-mode-line] 1 (#$ . 15829) nil])
#@436 Convert SECONDS into a compact time string.
If SHOW-SECONDS is non-nil, make the resolution of the return string
include the second count.  If REVERSE-LEADER is non-nil, it means to
output a "+" if the time value is negative, rather than a "-".
This is used when negative time values have an inverted meaning (such
as with time remaining, where negative time really means overtime).

(fn SECONDS &optional SHOW-SECONDS REVERSE-LEADER)
(defalias 'timeclock-seconds-to-string #[769 "\300\301!!\302\203\303\202\304\305W\203!\203\306\202\"\307\202\"\310\311\245\312\245\312\246\312\246%\207" [abs truncate format "%s%d:%02d:%02d" "%s%d:%02d" 0 "+" "-" "" 3600 60] 11 (#$ . 16150)])
#@53 Return non-nil if the user is currently clocked in.
(defalias 'timeclock-currently-in-p #[0 "@\301\232\207" [timeclock-last-event "i"] 2 (#$ . 16850)])
(put 'timeclock-currently-in-p 'byte-optimizer 'byte-compile-inline-expand)
#@326 Return a string representing the amount of time left today.
Display second resolution if SHOW-SECONDS is non-nil.  If TODAY-ONLY
is non-nil, the display will be relative only to time worked today.
See `timeclock-relative' for more information about the meaning of
"relative to today".

(fn &optional SHOW-SECONDS TODAY-ONLY)
(defalias 'timeclock-workday-remaining-string #[512 "\300\301 \211\203\203\211A@\202\211@[\202\302\266\202\303#\304\305!\203+\306\307\"\202,\211\207" [timeclock-seconds-to-string timeclock-find-discrep 0.0 t called-interactively-p interactive message "%s"] 6 (#$ . 17086) nil])
#@204 Return the number of seconds worked so far today.
If RELATIVE is non-nil, the amount returned will be relative to past
time worked.  The default is to return only the time that has elapsed
so far today.
(defalias 'timeclock-workday-elapsed #[0 "\300 \211\203\f\3018\202
\302\207" [timeclock-find-discrep 2 0.0] 3 (#$ . 17710)])
(put 'timeclock-workday-elapsed 'byte-optimizer 'byte-compile-inline-expand)
#@230 Return a string representing the amount of time worked today.
Display seconds resolution if SHOW-SECONDS is non-nil.  If RELATIVE is
non-nil, the amount returned will be relative to past time worked.

(fn &optional SHOW-SECONDS)
(defalias 'timeclock-workday-elapsed-string #[256 "\300\301 \211\203
\3028\202\303\262\"\304\305!\203\306\307\"\202 \211\207" [timeclock-seconds-to-string timeclock-find-discrep 2 0.0 called-interactively-p interactive message "%s"] 5 (#$ . 18125) nil])
(byte-code "\300\301\302\303#\210\304\301\302\305#\210\300\306\307\303#\210\304\306\307\305#\207" [defalias timeclock-time-to-seconds float-time nil make-obsolete "26.1" timeclock-seconds-to-time time-convert] 4)
#@204 Return a time value representing the end of today's workday.
If TODAY-ONLY is non-nil, the value returned will be relative only to
the time worked today, and not to past time.

(fn &optional TODAY-ONLY)
(defalias 'timeclock-when-to-leave #[256 "\300\301 \211\203\203\211A@\202\211@\202\302\262!\207" [time-since timeclock-find-discrep 0] 4 (#$ . 18838)])
(put 'timeclock-when-to-leave 'byte-optimizer 'byte-compile-inline-expand)
#@353 Return a string representing the end of today's workday.
This string is relative to the value of `timeclock-workday'.  If
SHOW-SECONDS is non-nil, the value printed/returned will include
seconds.  If TODAY-ONLY is non-nil, the value returned will be
relative only to the time worked today, and not to past time.

(fn &optional SHOW-SECONDS TODAY-ONLY)
(defalias 'timeclock-when-to-leave-string #[512 "\211\300\301 \211\203\203\211A@\202\211@\202\302\262!\262\203(\303\304\"\202,\303\305\"\306\307!\2039\310\311\"\202:\211\207" [time-since timeclock-find-discrep 0 format-time-string "%-I:%M:%S %p" "%-I:%M %p" called-interactively-p interactive message "%s"] 7 (#$ . 19285) nil])
#@138 Specify all workday lengths in `timeclock-file'.
OLD-DEFAULT hours are set for every day that has no number indicated.

(fn OLD-DEFAULT)
(defalias 'timeclock-make-hours-explicit #[257 "\211\203\f\301!\262\202\302\303!\210\304!\305r\306\307\"q\210\310\311\312\313\314!\315\"\316$\216\212\214~\210eb\210\317\305w\210m\204w\320\321!\204B\302\322\"\210\323\316!\203O\211\230\204d\323\324!\325\230\204d\326\327\323\316!\323\330!$c\210\331\332\323\324!\"\203p\211\262\210\305y\210\202/\333 ,\207" [timeclock-file prefix-numeric-value error "`timeclock-make-hours-explicit' requires an explicit argument" find-buffer-visiting nil find-file-noselect t make-byte-code 0 "\300?\205\301p!\207" vconcat vector [kill-buffer] 2 "\n" looking-at "^\\([bhioO]\\) \\([0-9]+/[0-9]+/[0-9]+\\) \\([0-9]+:[0-9]+:[0-9]+\\)" "Can't parse `%s'" match-string 1 "h" format "h %s %s %s\n" 3 string-match "^[ih]" save-buffer] 9 (#$ . 19991) "P"])
(defvar timeclock-project-list nil)
(defvar timeclock-last-project nil)
#@172 A version of `completing-read'.
PROMPT, ALIST and DEFAULT are used for the PROMPT, COLLECTION and DEF
arguments of `completing-read'.

(fn PROMPT ALIST &optional DEFAULT)
(defalias 'timeclock-completing-read #[770 "\300\301\211\211\211&\207" [completing-read nil] 11 (#$ . 21012)])
(make-obsolete 'timeclock-completing-read 'completing-read "27.1")
#@54 Ask the user for the project they are clocking into.
(defalias 'timeclock-ask-for-project #[0 "\302\303\304\206		@\"	\305\211\211\211\206	@&\207" [timeclock-last-project timeclock-project-list completing-read format "Clock into which project (default %s): " nil] 8 (#$ . 21372)])
(defvar timeclock-reason-list nil)
#@52 Ask the user for the reason they are clocking out.
(defalias 'timeclock-ask-for-reason #[0 "\301\302\"\207" [timeclock-reason-list completing-read "Reason for clocking out: "] 3 (#$ . 21699)])
(byte-code "\300\301\302\303#\210\304\301\302\305#\207" [defalias timeclock-update-modeline timeclock-update-mode-line nil make-obsolete "24.3"] 4)
#@165 Update the `timeclock-mode-string' displayed in the mode line.
The value of `timeclock-relative' affects the display as described in
that variable's documentation.
(defalias 'timeclock-update-mode-line #[0 "\203\305 \211\203\3068\202\307\262\2021	?\305 \211\203.\203(\211A@\202*\211@[\202/\310\266\202\n@\311\232\312\313\314\"\262\315W\203R\203L\232\204R\211\316\317!\210\320\321\322\203]\323\202^\324\325\312\326#\203m\327\202n\330$\331\332#\211\207" [timeclock-use-elapsed timeclock-relative timeclock-last-event timeclock-day-over timeclock-mode-string timeclock-find-discrep 2 0.0 0.0 "i" nil format-time-string "%Y/%m/%d" 0 run-hooks timeclock-day-over-hook propertize format " %c%s%c " 60 91 timeclock-seconds-to-string t 62 93 help-echo "timeclock: time remaining"] 11 (#$ . 22048) nil])
(put 'timeclock-mode-string 'risky-local-variable t)
#@225 Log the event CODE to the timeclock log, at the time of call.
If PROJECT is a string, it represents the project which the event is
being logged for.  Normally only "in" events specify a project.

(fn CODE &optional PROJECT)
(defalias 'timeclock-log #[513 "\304!r\305\306\"q\210\212\214~\210db\210n\204\307c\210\310 \311\312\313\";\2033G\314V\2033\311P\2064\315\307\261\210\227\316\232\203L\317\320	A@\"!\n\\E\210*\321 \210\211\204^\322p!\210)\210\323\324!\207" [timeclock-file timeclock-last-event timeclock-last-period timeclock-discrepancy find-buffer-visiting find-file-noselect t "\n" current-time " " format-time-string "%Y/%m/%d %H:%M:%S" 0 "" "o" float-time time-subtract save-buffer kill-buffer run-hooks timeclock-event-hook] 9 (#$ . 22938)])
(defvar timeclock-moment-regexp "\\([bhioO]\\)\\s-+\\([0-9]+\\)/\\([0-9]+\\)/\\([0-9]+\\)\\s-+\\([0-9]+\\):\\([0-9]+\\):\\([0-9]+\\)[ 	]*\\([^\n]*\\)")
#@47 Read the moment under point from the timelog.
(defalias 'timeclock-read-moment #[0 "\301!\205=\302\303!\304\302\305!!\304\302\306!!\304\302\307!!\304\302\310!!\304\302\311!!\304\302\312!!\302\313!\314	
&E\266\210\207" [timeclock-moment-regexp looking-at match-string 1 string-to-number 2 3 4 5 6 7 8 encode-time] 16 (#$ . 23873)])
#@351 Return the value of the last event period.
If the last event was a clock-in, the period will be open ended, and
growing every second.  Otherwise, it is a fixed amount which has been
recorded to disk.  If MOMENT is non-nil, use that as the current time.
This is only provided for coherency when used by
`timeclock-discrepancy'.

(fn &optional MOMENT)
(defalias 'timeclock-last-period #[256 "@\302\232\203\303\304A@\"!\207	\207" [timeclock-last-event timeclock-last-period "i" float-time time-subtract] 5 (#$ . 24225)])
#@78 compiler-macro for inlining `timeclock-entry-begin'.

(fn CL-WHOLE-ARG CL-X)
(defalias 'timeclock-entry-begin--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block timeclock-entry-begin (progn (car cl-x))) nil] 9 (#$ . 24754)])
(put 'timeclock-entry-begin 'compiler-macro 'timeclock-entry-begin--cmacro)
#@66 Access slot "begin" of `timeclock-entry' struct CL-X.

(fn CL-X)
(defalias 'timeclock-entry-begin #[257 "\211@\207" [] 2 (#$ . 25097)])
(byte-code "\300\301\302\303#\300\207" [function-put timeclock-entry-begin side-effect-free t] 4)
#@76 compiler-macro for inlining `timeclock-entry-end'.

(fn CL-WHOLE-ARG CL-X)
(defalias 'timeclock-entry-end--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block timeclock-entry-end (progn (nth 1 cl-x))) nil] 9 (#$ . 25337)])
(put 'timeclock-entry-end 'compiler-macro 'timeclock-entry-end--cmacro)
#@64 Access slot "end" of `timeclock-entry' struct CL-X.

(fn CL-X)
(defalias 'timeclock-entry-end #[257 "\211A@\207" [] 2 (#$ . 25672)])
(byte-code "\300\301\302\303#\300\207" [function-put timeclock-entry-end side-effect-free t] 4)
#@80 compiler-macro for inlining `timeclock-entry-project'.

(fn CL-WHOLE-ARG CL-X)
(defalias 'timeclock-entry-project--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block timeclock-entry-project (progn (nth 2 cl-x))) nil] 9 (#$ . 25907)])
(put 'timeclock-entry-project 'compiler-macro 'timeclock-entry-project--cmacro)
#@68 Access slot "project" of `timeclock-entry' struct CL-X.

(fn CL-X)
(defalias 'timeclock-entry-project #[257 "\3008\207" [2] 3 (#$ . 26262)])
(byte-code "\300\301\302\303#\300\207" [function-put timeclock-entry-project side-effect-free t] 4)
#@80 compiler-macro for inlining `timeclock-entry-comment'.

(fn CL-WHOLE-ARG CL-X)
(defalias 'timeclock-entry-comment--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block timeclock-entry-comment (progn (nth 3 cl-x))) nil] 9 (#$ . 26510)])
(put 'timeclock-entry-comment 'compiler-macro 'timeclock-entry-comment--cmacro)
#@68 Access slot "comment" of `timeclock-entry' struct CL-X.

(fn CL-X)
(defalias 'timeclock-entry-comment #[257 "\3008\207" [3] 3 (#$ . 26865)])
(byte-code "\300\301\302\303#\300\207" [function-put timeclock-entry-comment side-effect-free t] 4)
#@80 compiler-macro for inlining `timeclock-entry-final-p'.

(fn CL-WHOLE-ARG CL-X)
(defalias 'timeclock-entry-final-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block timeclock-entry-final-p (progn (nth 4 cl-x))) nil] 9 (#$ . 27113)])
(put 'timeclock-entry-final-p 'compiler-macro 'timeclock-entry-final-p--cmacro)
#@68 Access slot "final-p" of `timeclock-entry' struct CL-X.

(fn CL-X)
(defalias 'timeclock-entry-final-p #[257 "\3008\207" [4] 3 (#$ . 27468)])
(byte-code "\300\301\302\303#\304\305\306\211\307\306\310\311\305\306&	\207" [function-put timeclock-entry-final-p side-effect-free t cl-struct-define timeclock-entry nil list ((begin) (end) (project) (comment) (final-p)) cl-struct-timeclock-entry-tags] 11)
#@52 Return the length of ENTRY in seconds.

(fn ENTRY)
(defalias 'timeclock-entry-length #[257 "\300\301A@@\"!\207" [float-time time-subtract] 5 (#$ . 27874)])
(put 'timeclock-entry-length 'byte-optimizer 'byte-compile-inline-expand)
#@68 Return the total length of ENTRY-LIST in seconds.

(fn ENTRY-LIST)
(defalias 'timeclock-entry-list-length #[257 "\300\211\203\211@\301\302A@@\"!\262\\\262A\266\202\202\210\211\207" [0 float-time time-subtract] 10 (#$ . 28112)])
(put 'timeclock-entry-list-length 'byte-optimizer 'byte-compile-inline-expand)
#@76 Return the start time of the first element of ENTRY-LIST.

(fn ENTRY-LIST)
(defalias 'timeclock-entry-list-begin #[257 "\211@@\207" [] 2 (#$ . 28437)])
(put 'timeclock-entry-list-begin 'byte-optimizer 'byte-compile-inline-expand)
#@73 Return the end time of the last element of ENTRY-LIST.

(fn ENTRY-LIST)
(defalias 'timeclock-entry-list-end #[257 "\300!@A@\207" [last] 3 (#$ . 28673)])
(put 'timeclock-entry-list-end 'byte-optimizer 'byte-compile-inline-expand)
#@74 Return the total time in seconds spanned by ENTRY-LIST.

(fn ENTRY-LIST)
(defalias 'timeclock-entry-list-span #[257 "\300\301\302!@A@\262\211@@\262\"!\207" [float-time time-subtract last] 6 (#$ . 28909)])
(put 'timeclock-entry-list-span 'byte-optimizer 'byte-compile-inline-expand)
#@77 Return the total break time (span - length) in ENTRY-LIST.

(fn ENTRY-LIST)
(defalias 'timeclock-entry-list-break #[257 "\211\300\301\302!@A@\262\211@@\262\"!\262\303\211\2036\211@\300\301A@@\"!\262\\\262A\266\202\202\210\262Z\207" [float-time time-subtract last 0] 12 (#$ . 29202)])
(put 'timeclock-entry-list-break 'byte-optimizer 'byte-compile-inline-expand)
#@67 Return a list of all the projects in ENTRY-LIST.

(fn ENTRY-LIST)
(defalias 'timeclock-entry-list-projects #[257 "\300\211\203#\211@\3018\211\235\203\202\211B\262\262A\266\202\202\210\211\207" [nil 2] 7 (#$ . 29589)])
#@86 Return the required length of DAY in seconds, default `timeclock-workday'.

(fn DAY)
(defalias 'timeclock-day-required #[257 "\211@\206\207" [timeclock-workday] 2 (#$ . 29828)])
(put 'timeclock-day-required 'byte-optimizer 'byte-compile-inline-expand)
#@55 Return the actual length of DAY in seconds.

(fn DAY)
(defalias 'timeclock-day-length #[257 "\211A\300\211\203!\211@\301\302A@@\"!\262\\\262A\266\202\202\210\207" [0 float-time time-subtract] 11 (#$ . 30089)])
(put 'timeclock-day-length 'byte-optimizer 'byte-compile-inline-expand)
#@80 Return the debt (required - actual) associated with DAY, in seconds.

(fn DAY)
(defalias 'timeclock-day-debt #[257 "\211\211@\206\262\211A\301\211\203+\211@\302\303A@@\"!\262\\\262A\266\202\202\210\266\202Z\207" [timeclock-workday 0 float-time time-subtract] 13 (#$ . 30388)])
(put 'timeclock-day-debt 'byte-optimizer 'byte-compile-inline-expand)
#@41 Return the start time of DAY.

(fn DAY)
(defalias 'timeclock-day-begin #[257 "\211A\211@@\207" [] 3 (#$ . 30757)])
(put 'timeclock-day-begin 'byte-optimizer 'byte-compile-inline-expand)
#@39 Return the end time of DAY.

(fn DAY)
(defalias 'timeclock-day-end #[257 "\211A\300!@A@\207" [last] 4 (#$ . 30949)])
(put 'timeclock-day-end 'byte-optimizer 'byte-compile-inline-expand)
#@35 Return the span of DAY.

(fn DAY)
(defalias 'timeclock-day-span #[257 "\211A\300\301\302!@A@\262\211@@\262\"!\207" [float-time time-subtract last] 7 (#$ . 31142)])
(put 'timeclock-day-span 'byte-optimizer 'byte-compile-inline-expand)
#@47 Return the total break time of DAY.

(fn DAY)
(defalias 'timeclock-day-break #[257 "\211A\211\300\301\302!@A@\262\211@@\262\"!\262\303\211\2038\211@\300\301A@@\"!\262\\\262A\266\202\202\210\262Z\207" [float-time time-subtract last 0] 13 (#$ . 31387)])
(put 'timeclock-day-break 'byte-optimizer 'byte-compile-inline-expand)
#@53 Return a list of all the projects in DAY.

(fn DAY)
(defalias 'timeclock-day-projects #[257 "\300AA!\207" [timeclock-entry-list-projects] 3 (#$ . 31735)])
(put 'timeclock-day-projects 'byte-optimizer 'byte-compile-inline-expand)
#@90 Template for summing the result of FUNC on each element of DAY-LIST.

(fn FUNC DAY-LIST)
(defalias 'timeclock-day-list-template #[514 "\300\211\203\211@!\\\262A\266\202\202\210\211\207" [0] 8 (#$ . 31971)])
#@70 Return total required length of DAY-LIST, in seconds.

(fn DAY-LIST)
(defalias 'timeclock-day-list-required #[257 "\300\301\"\207" [timeclock-day-list-template timeclock-day-required] 4 (#$ . 32194)])
#@62 Return actual length of DAY-LIST, in seconds.

(fn DAY-LIST)
(defalias 'timeclock-day-list-length #[257 "\300\301\"\207" [timeclock-day-list-template timeclock-day-length] 4 (#$ . 32402)])
#@67 Return total debt (required - actual) of DAY-LIST.

(fn DAY-LIST)
(defalias 'timeclock-day-list-debt #[257 "\300\301\"\207" [timeclock-day-list-template timeclock-day-debt] 4 (#$ . 32598)])
#@51 Return the start time of DAY-LIST.

(fn DAY-LIST)
(defalias 'timeclock-day-list-begin #[257 "\211@\211A\211@@\207" [] 4 (#$ . 32795)])
(put 'timeclock-day-list-begin 'byte-optimizer 'byte-compile-inline-expand)
#@49 Return the end time of DAY-LIST.

(fn DAY-LIST)
(defalias 'timeclock-day-list-end #[257 "\300!@\211A\300!@A@\207" [last] 5 (#$ . 33012)])
(put 'timeclock-day-list-end 'byte-optimizer 'byte-compile-inline-expand)
#@45 Return the span of DAY-LIST.

(fn DAY-LIST)
(defalias 'timeclock-day-list-span #[257 "\300\301\"\207" [timeclock-day-list-template timeclock-day-span] 4 (#$ . 33232)])
#@52 Return the total break of DAY-LIST.

(fn DAY-LIST)
(defalias 'timeclock-day-list-break #[257 "\300\301\"\207" [timeclock-day-list-template timeclock-day-break] 4 (#$ . 33407)])
#@63 Return a list of all the projects in DAY-LIST.

(fn DAY-LIST)
(defalias 'timeclock-day-list-projects #[257 "\300\211\2034\211@\211\301AA!\262\211\203,\211@\211\235\203 \202#\211B\262A\266\202\202\210A\266\202\202\210\211\207" [nil timeclock-entry-list-projects] 8 (#$ . 33591)])
#@95 Return the seconds debt from LOG-DATA, default `timeclock-log-data'.

(fn &optional LOG-DATA)
(defalias 'timeclock-current-debt #[256 "\211\206\300 @\207" [timeclock-log-data] 2 (#$ . 33893)])
(put 'timeclock-current-debt 'byte-optimizer 'byte-compile-inline-expand)
#@93 Return the date alist from LOG-DATA, default `timeclock-log-data'.

(fn &optional LOG-DATA)
(defalias 'timeclock-day-alist #[256 "\211\206\300 A@\207" [timeclock-log-data] 2 (#$ . 34168)])
(put 'timeclock-day-alist 'byte-optimizer 'byte-compile-inline-expand)
#@85 Return a list of the cdrs of the date alist from LOG-DATA.

(fn &optional LOG-DATA)
(defalias 'timeclock-day-list #[256 "\300\211\206\301 A@\262\211\203\211@\211AB\262A\266\202\202\f\210\211\207" [nil timeclock-log-data] 6 (#$ . 34436)])
#@96 Return the project alist from LOG-DATA, default `timeclock-log-data'.

(fn &optional LOG-DATA)
(defalias 'timeclock-project-alist #[256 "\300\206\301 8\207" [2 timeclock-log-data] 3 (#$ . 34690)])
(put 'timeclock-project-alist 'byte-optimizer 'byte-compile-inline-expand)
#@4369 Return the contents of the timelog file, in a useful format.
If the optional argument RECENT-ONLY is non-nil, only show the contents
from the last point where the time debt (see below) was set.
If the optional argument FILENAME is non-nil, it is used instead of
the file specified by `timeclock-file.'

A timelog contains data in the form of a single entry per line.
Each entry has the form:

  CODE YYYY/MM/DD HH:MM:SS [COMMENT]

CODE is one of: b, h, i, o or O.  COMMENT is optional when the code is
i, o or O.  The meanings of the codes are:

  b  Set the current time balance, or "time debt".  Useful when
     archiving old log data, when a debt must be carried forward.
     The COMMENT here is the number of seconds of debt.

  h  Set the required working time for the given day.  This must
     be the first entry for that day.  The COMMENT in this case is
     the number of hours in this workday.  Floating point amounts
     are allowed.

  i  Clock in.  The COMMENT in this case should be the name of the
     project worked on.

  o  Clock out.  COMMENT is unnecessary, but can be used to provide
     a description of how the period went, for example.

  O  Final clock out.  Whatever project was being worked on, it is
     now finished.  Useful for creating summary reports.

When this function is called, it will return a data structure with the
following format:

  (DEBT ENTRIES-BY-DAY ENTRIES-BY-PROJECT)

DEBT is a floating point number representing the number of seconds
“owed” before any work was done.  For a new file (one without a `b'
entry), this is always zero.

The two entries lists have similar formats.  They are both alists,
where the CAR is the index, and the CDR is a list of time entries.
For ENTRIES-BY-DAY, the CAR is a textual date string, of the form
YYYY/MM/DD.  For ENTRIES-BY-PROJECT, it is the name of the project
worked on, or t for the default project.

The CDR for ENTRIES-BY-DAY is slightly different than for
ENTRIES-BY-PROJECT.  It has the following form:

  (DAY-LENGTH TIME-ENTRIES...)

For ENTRIES-BY-PROJECT, there is no DAY-LENGTH member.  It is simply a
list of TIME-ENTRIES.  Note that if DAY-LENGTH is nil, it means
whatever is the default should be used.

A TIME-ENTRY is a recorded time interval.  It has the following format
(although generally one does not have to manipulate these entries
directly; see below):

  (BEGIN-TIME END-TIME PROJECT [COMMENT] [FINAL-P])

Anyway, suffice it to say there are a lot of structures.  Typically
the user is expected to manipulate to the day(s) or project(s) that he
or she wants, at which point the following helper functions may be
used:

  timeclock-day-required
  timeclock-day-length
  timeclock-day-debt
  timeclock-day-begin
  timeclock-day-end
  timeclock-day-span
  timeclock-day-break
  timeclock-day-projects

  timeclock-day-list-required
  timeclock-day-list-length
  timeclock-day-list-debt
  timeclock-day-list-begin
  timeclock-day-list-end
  timeclock-day-list-span
  timeclock-day-list-break
  timeclock-day-list-projects

  timeclock-entry-length
  timeclock-entry-begin
  timeclock-entry-end
  timeclock-entry-project
  timeclock-entry-comment

  timeclock-entry-list-length
  timeclock-entry-list-begin
  timeclock-entry-list-end
  timeclock-entry-list-span
  timeclock-entry-list-break
  timeclock-entry-list-projects

A few comments should make the use of the above functions obvious:

  `required' is the amount of time that must be spent during a day, or
  sequence of days, in order to have no debt.

  `length' is the actual amount of time that was spent.

  `debt' is the difference between required time and length.  A
  negative debt signifies overtime.

  `begin' is the earliest moment at which work began.

  `end' is the final moment work was done.

  `span' is the difference between begin and end.

  `break' is the difference between span and length.

  `project' is the project that was worked on, and `projects' is a
  list of all the projects that were worked on during a given period.

  `comment', where it applies, could mean anything.

There are a few more functions available, for locating day and entry
lists:

  timeclock-day-alist LOG-DATA
  timeclock-project-alist LOG-DATA
  timeclock-current-debt LOG-DATA

See the documentation for the given function if more info is needed.

(fn &optional RECENT-ONLY FILENAME)
(defalias 'timeclock-log-data #[512 "\301\302\211E\303 \302\211\211\304\302\211\211\211\211\305\306!r\211q\210\307\304\310\311\312!\313\"\314$\216\315
\206)!\210
\203>db\210\316\317\302\320#\204>eb\210\321 \211\262\204[\203s\204s\320\262\322D\211\262\203sT\262@\211\323\267\202l\f\324\3148!\240\210\202lA@\325\326\"\262\262\324\3148!\327_\262\n\202l\203\230\330\331	\"\210\202\233\320\262A@\302\3148G\304V\205\253\3148E\262A@\325\326\"\262	\203\337\211\n\232\204\337
A\nBA@B\240\210\205\331\nC\262\202\355\204\355\205\352\nC\262\211\262\n\302\262\f\210\202l\204\330\331	\"\210\202\302\262AA@\240\210\3148G\304V\205\3148\211\203%\3148C\244\210@\332\232\203;\2036\320C\2029\302\320D\244\210C\244\210\3148\262\333\3148\"\211\204cAACB\3148B\240\210\202j\211AC\244\210\266\210\302y\210\202>\203\205AB
A@B\240\210*\262\207" [timeclock-file 0.0 nil current-time 0 generate-new-buffer " *temp*" make-byte-code "\301\300!\205	\302\300!\207" vconcat vector [buffer-name kill-buffer] 2 insert-file-contents re-search-backward "^b\\s-+" t timeclock-read-moment "o" #s(hash-table size 5 test equal rehash-size 1.5 rehash-threshold 0.8125 purecopy t data ("b" 104 "h" 116 "i" 139 "O" 247 "o" 247)) string-to-number format-time-string "%Y/%m/%d" 3600.0 error "Error in format of timelog file, line %d" "O" assoc] 21 (#$ . 34973)])
#@166 Calculate time discrepancies, in seconds.
The result is a three element list, containing the total time
discrepancy, today's discrepancy, and the time worked today.
(defalias 'timeclock-find-discrep #[0 "\306 \211\307\310\"\262\311\312\211\313\211\211\211\211\204n\314	!\203n\313\211\313\312\315\316!r\211q\210\317\312\320\321\322!\323\"\324$\216\325	!\210db\210\326\327\313\311#\204Heb\210\330 \211\262\203i@\331\232\203b\332\3248!\262\202Q@\333\232\203\201A@\307\310\"\262\262\332\3248!\334_\262\202Q@\335\232\203\370\3248\203\262\3248G\312V\203\262\3248\211\n\235\203\250\n\210\202\254\211\nB\210\3248A@\307\310\"\262\203\306\211\232?\202\310	\203\335\313\262\n\203\330\202\332$Z\262	\211\262\313\262\203\356\336\337!\210\202\364A@\262\210\202Q@\227\340\232\203Q\3248\203%\3248G\312V\203%\3248\211\f\235\203 \f\210\202$\211\fB\210\2040\336\337!\210\202E\341\342A@\"!\211#\\\262\313\262\n\232\203Q#
\\%	\232\203_\202a$&\313y\210\202H*\210&\204w$&\206|\312\262
\206\203\262%\203\303%@\335\232\203\246\343\n!\\\262\\\262\210\202\303%A@\307\310\"\262\n\307\310\"\262\232\204\303&Z\262&ZE\207" [timeclock-discrepancy timeclock-file timeclock-project-list timeclock-last-project timeclock-reason-list timeclock-elapsed current-time format-time-string "%Y/%m/%d" t 0 nil file-readable-p generate-new-buffer " *temp*" make-byte-code "\301\300!\205	\302\300!\207" vconcat vector [buffer-name kill-buffer] 2 insert-file-contents re-search-backward "^b\\s-+" timeclock-read-moment "b" string-to-number "h" 3600.0 "i" error "Error in format of timelog file!" "o" float-time time-subtract timeclock-last-period timeclock-workday timeclock-last-event timeclock-last-event-workday] 18 (#$ . 40787)])
#@155 Given a time within a day, return 0:0:0 within that day.
If optional argument TIME is non-nil, use that instead of the current time.

(fn &optional TIME)
(defalias 'timeclock-day-base #[256 "\300!\211\211\301\240\266\211A\211\301\240\266\211AA\211\301\240\266\302!\207" [decode-time 0 encode-time] 5 (#$ . 42638)])
#@66 Compute the arithmetic mean of the values in the list L.

(fn L)
(defalias 'timeclock-mean #[257 "\211:\204\300\207\300\211\203\211@\\\262A\266\202\202	\210\211G\245\207" [0] 6 (#$ . 42964)])
#@196 Generate a summary report based on the current timelog file.
By default, the report is in plain text, but if the optional argument
HTML-P is non-nil, HTML markup is added.

(fn &optional HTML-P)
(defalias 'timeclock-generate-report #[256 "\302 \303 \203\304c\210\305c\210\3068A@\307@\310\232\203\"\311c\210\2025G\312U\2032\313c\210\314\262\2025\315c\210\211\204\\\316\317\320\"\261\210\203K\321c\210\202N\322c\210@\310\232\203X\323c\210\203d\324\261\210\202i\325\261\210\326\306\206t\302 8\262\"A\327\330\"\307\211\203\361\331@@	\"\204\270\312\211\203\255\211@\332\327A@@\"!\262\\\262A\266\202\202\220\210\262\262\307\262\202\204\352\331@@\"\204\352\312\211\203\345\211@\332\327A@@\"!\262\\\262A\266\202\202\310\210\262\262A\262\202\204\370\211\262	\203\304c\210\211\203\333\334!\335\334!\261\210\202\203\336\334!\261\210	\203%\337c\210\340\334\341 \211\2033\3068\2024\342\262!\343\334\307\341 \211\203P\203J\211A@\202L\211@[\202Q\344\266\202!\345\346 \340\261\266\203c\304c\210\347\350\211\206m\302 A@\262G!\351\352\211\206}\302 A@\262!@@\261\210\203\216\353c\210\205\252\354c\210\355 \327\356\"\327\357\"\327\360\"\327\361\"\362\314C\314C\314C\314C\314C%\362\314C\314C\314C\314C\314C%\362\314C\314C\314C\314C\314C%\362\314C\314C\314C\314C\314C%\362\363				%	\211\203\307\211@\364\312\211W\203\276\211\331\211A\211@@\266\202H\"\204\266\303\211A\211@@\266\202!\nH\332\327\211A\211@@\266\202\"!C\244\210\211A\332\327\352!@A@\262\211@@\262\"!\266\202\211A\312\211\203`\211@\332\327A@@\"!\262\\\262A\266\202\202C\210\266\202\211@\206k	\262\312V\203\242\365!\365!\245\366V\203\242\fH\332\327\n\211A\352!@A@\266\202\"!C\244\210HZC\244\210\211\203\255	Z\\\262\nHC\244\266\210\211T\262\202\357\266A\266\202\202\347\210\364\312\211W\203\211\367\nHA!I\210\367	HA!I\210\367HA!I\210\367HA!I\266\211T\262\202\312\266\370c\210\371c\210\364\312\211W\203+\211\372\334	H!\373\261\266\211T\262\202\266\374c\210\370c\210\375c\210\364\312\211W\203R\211\372\334H!\373\261\266\211T\262\2028\266\374c\210\370c\210\376c\210\364\312\211W\203y\211\372\334H!\373\261\266\211T\262\202_\266\374c\210\370c\210\377c\210\364\312\211W\203\240\211\372\334H!\373\261\266\211T\262\202\206\266\374c\266\201@c\266\203\207" [timeclock-last-event timeclock-workday timeclock-log-data timeclock-day-base "<p>" "Currently " 2 nil "i" "IN" 0 "Done Working Today" t "OUT" " since " format-time-string "%Y/%m/%d %-I:%M %p" "<br>\n<b>" "\n*" "Working on " "</b><br>\n" "*\n" assoc time-subtract 1209600 time-less-p float-time "\nTime spent on this task today: " timeclock-seconds-to-string ".  In the last two weeks: " "\nTime spent on this task in the last two weeks: " "<br>" "\n" timeclock-find-discrep 0.0 " worked today, " 0.0 " remaining, done at " timeclock-when-to-leave-string "\nThere have been " number-to-string " days of activity, starting " last "</p>" "<p>\n<table>\n<td width=\"25\"><br></td><td>\n<table border=1 cellpadding=3>\n<tr><th><i>Statistics</i></th>\n    <th>Entire</th>\n    <th>-30 days</th>\n    <th>-3 mons</th>\n    <th>-6 mons</th>\n    <th>-1 year</th>\n</tr>" timeclock-day-list 2592000 7776000 15552000 31536000 vector (0 0) 5 float 0.7 timeclock-mean "<tr>\n" "<td align=\"center\">Time in</td>\n" "<td align=\"right\">" "</td>\n" "</tr>\n" "<td align=\"center\">Time out</td>\n" "<td align=\"center\">Break</td>\n" "<td align=\"center\">Workday</td>\n" "<tfoot>\n<td colspan=\"6\" align=\"center\">\n  <i>These are approximate figures</i></td>\n</tfoot>\n</table>\n</td></table>"] 34 (#$ . 43174) "P"])
#@60 Open the file named by `timeclock-file' in another window.
(defalias 'timeclock-visit-timelog #[0 "\301!\207" [timeclock-file find-file-other-window] 2 (#$ . 46944) nil])
(byte-code "\301\302!\210\303\304!\210\305!\203\306 \210\301\207" [timeclock-file provide timeclock run-hooks timeclock-load-hook file-readable-p timeclock-reread-log] 2)

Zerion Mini Shell 1.0