I have used logger.el by Ray Nickson in the past - it suited my needs at the time.

You can find a copy at http://www.emacswiki.org/cgi-bin/wiki/WikifiedEmacsLispList

Peter

On Sun, Mar 9, 2008 at 12:34 AM, Sebastian Tennant <sebyte@smolny.plus.com> wrote:
Hi list,

Anyone know of any time logging/managing software for Emacs?  Something
like:

 M-x clock-in RET
 => "Job? "
 "Client A" RET
 => "Clock started on 'Client A'."

 M-x clock-out RET
 => "Clock stopped on 'Client A'.  Timesheet updated."

Sebastian