[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: timeclock.el
- To: http://dummy.us.eu.org/robert (robert)
- Subject: Re: timeclock.el
- From: John Wiegley <http://www.gnu.org/~johnw>
- Date: Thu, 23 Aug 2001 13:35:56 -0700
- In-Reply-To: <20010823201140.5818.http://www.continuum_si.com/~qmail>(http://dummy.us.eu.org/robert's message of "Thu, 23 Aug 2001 16:11:40 -0400")
- Sender: John Wiegley <http://www.gnu.org/~johnw>
- User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105
>>>>> On Thu Aug 23, Robert writes:
> Is there a way to tell timeclock.el that I've logged in once I break
> my lockscreen? Also, the opposite -- a way to tell timeclock.el
> that if I've started up a lockscreen or it starts up automatically,
> that it means I've logged out? (My scripts and C programs are set
> up so that when lockscreen starts up automatically that I'm only
> _really_ logged out if I don't break the lockscreen within 1 hour of
> it starting. In other words, logging out is done retroactively.)
Timeclock.el works on a very, very simple basis. In fact, the .el is
really just an interface to manipulating the data.
The data is as follows:
EVENT DATE TIME DESCRIPTION
Where EVENT is 'i' for check-in, and 'o' for check-out.
However you get those event codes into the timelog file, it's up to
you. If you format them correctly, then timeclock.el will be happy
with you.
John