From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Peter Milliken" Newsgroups: gmane.emacs.help Subject: Re: Time logging software Date: Wed, 12 Mar 2008 09:52:32 +1100 Message-ID: <791153ba0803111552j3738faafi700942a36241ab04@mail.gmail.com> References: <874pbhs5k1.fsf@moley.moleskin.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4766_17764423.1205275952708" X-Trace: ger.gmane.org 1205275987 11139 80.91.229.12 (11 Mar 2008 22:53:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2008 22:53:07 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Sebastian Tennant" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 11 23:53:34 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JZDLe-0007xu-E6 for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Mar 2008 23:53:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZDL6-0004nu-0k for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Mar 2008 18:52:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZDKp-0004nb-7X for help-gnu-emacs@gnu.org; Tue, 11 Mar 2008 18:52:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZDKl-0004ll-O0 for help-gnu-emacs@gnu.org; Tue, 11 Mar 2008 18:52:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZDKl-0004lg-Bf for help-gnu-emacs@gnu.org; Tue, 11 Mar 2008 18:52:35 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.229]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZDKk-0002eC-UE for help-gnu-emacs@gnu.org; Tue, 11 Mar 2008 18:52:35 -0400 Original-Received: by wr-out-0506.google.com with SMTP id c46so1655364wra.18 for ; Tue, 11 Mar 2008 15:52:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=rSoODkMwG0SwMZOChjZdmnhDgBaNHOlh0hxlUjtcIoA=; b=L1qLBwyEGgK3X/E68QrxzrXv7m0AdeV2wCYmnWcZvulV2x1deceLUVM2er+fstssPaIj5WqFBgDvDECTybH3WkC2xS8MO9CSGY7Q8hes6XfX7A5WjvvZ7XwXUF0Inb67chklh0m4Doo2eUEEE+kFhSChyHOXLY8Z5MXtOdRQU9A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=i3ruScTX/EWqnYA77X/a5rJYG4OmE+wzUp6laJjdB8g4D0yQLCmctmF6swbSWP/YJzBCtKf/Chkj9T7BMWSAut2uhL9JE3sIwz3Ut3Qxfza4Vaj2g1ufObS2ciHaZ/e7hK+IAi42G5GlqyG5PUSiyKrgijEz+umVzpyF4DublNI= Original-Received: by 10.142.188.4 with SMTP id l4mr3179511wff.92.1205275952688; Tue, 11 Mar 2008 15:52:32 -0700 (PDT) Original-Received: by 10.142.242.15 with HTTP; Tue, 11 Mar 2008 15:52:32 -0700 (PDT) In-Reply-To: <874pbhs5k1.fsf@moley.moleskin.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52271 Archived-At: ------=_Part_4766_17764423.1205275952708 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 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 > > > > ------=_Part_4766_17764423.1205275952708 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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




------=_Part_4766_17764423.1205275952708--