all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Time logging software
@ 2008-03-08 13:34 Sebastian Tennant
  2008-03-08 13:57 ` Bastien
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sebastian Tennant @ 2008-03-08 13:34 UTC (permalink / raw)
  To: help-gnu-emacs

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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Time logging software
  2008-03-08 13:34 Time logging software Sebastian Tennant
@ 2008-03-08 13:57 ` Bastien
  2008-03-14  1:00   ` Xavier Maillard
       [not found] ` <mailman.8554.1204984662.18990.help-gnu-emacs@gnu.org>
  2008-03-11 22:52 ` Peter Milliken
  2 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2008-03-08 13:57 UTC (permalink / raw)
  To: Sebastian Tennant; +Cc: help-gnu-emacs

Hi Sebastian,

Sebastian Tennant <sebyte@smolny.plus.com> writes:

> Anyone know of any time logging/managing software for Emacs?
> Something like:
 
  http://emacswiki.org/cgi-bin/wiki/TimeClock

But you probably also want to check Org's capabilities in this area:

  (info "(org)Clocking work time")

-- 
Bastien




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Time logging software
       [not found] ` <mailman.8554.1204984662.18990.help-gnu-emacs@gnu.org>
@ 2008-03-10  6:47   ` Torben Knudsen
  2008-03-18 11:33     ` Sebastian Tennant
  0 siblings, 1 reply; 6+ messages in thread
From: Torben Knudsen @ 2008-03-10  6:47 UTC (permalink / raw)
  To: help-gnu-emacs

>>>>> "Bastien" == Bastien  <bzg@altern.org> writes:

Bastien> Hi Sebastian, Sebastian Tennant <sebyte@smolny.plus.com>
Bastien> writes:

>> Anyone know of any time logging/managing software for Emacs?
>> Something like:
 
Bastien>   http://emacswiki.org/cgi-bin/wiki/TimeClock

Bastien> But you probably also want to check Org's capabilities in
Bastien> this area:

Bastien>   (info "(org)Clocking work time")

Bastien> -- Bastien

I have used worklog for a short wile to keep track on my working
hours.  It is very simple.  I am not sure how it compares to the above
suggestions. 

-- 
Associate Prof. Ph.D Torben Knudsen	Mobile	: (+45) 2787 9826
Section of Automation and Control,	Email	: tk@es.aau.dk   
Department of Electronic Systems,	
Aalborg University 
Fredrik Bajersvej 7 
DK-9220 Aalborg Ø
Denmark 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Time logging software
  2008-03-08 13:34 Time logging software Sebastian Tennant
  2008-03-08 13:57 ` Bastien
       [not found] ` <mailman.8554.1204984662.18990.help-gnu-emacs@gnu.org>
@ 2008-03-11 22:52 ` Peter Milliken
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Milliken @ 2008-03-11 22:52 UTC (permalink / raw)
  To: Sebastian Tennant; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 547 bytes --]

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
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 1048 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Time logging software
  2008-03-08 13:57 ` Bastien
@ 2008-03-14  1:00   ` Xavier Maillard
  0 siblings, 0 replies; 6+ messages in thread
From: Xavier Maillard @ 2008-03-14  1:00 UTC (permalink / raw)
  To: Bastien; +Cc: help-gnu-emacs, sebyte


   Hi Sebastian,

   Sebastian Tennant <sebyte@smolny.plus.com> writes:

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

     http://emacswiki.org/cgi-bin/wiki/TimeClock

   But you probably also want to check Org's capabilities in this area:

I strongly suggest the OP to follow Bastien's suggestion. Even if
org-mode does a lot more than just tracking "time logging"
informations, all it does is very valuable in many areas
including planning, quick notes jotting, authoring, etc.

	Xavier
-- 
http://www.gnu.org
http://www.april.org
http://www.lolica.org




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Time logging software
  2008-03-10  6:47   ` Torben Knudsen
@ 2008-03-18 11:33     ` Sebastian Tennant
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Tennant @ 2008-03-18 11:33 UTC (permalink / raw)
  To: help-gnu-emacs

Quoth Torben Knudsen <tk@es.aau.dk>:
> I have used worklog for a short wile to keep track on my working
> hours.  It is very simple.  I am not sure how it compares to the above
> suggestions. 

Many thanks to all posters.  To summarise, for the benefit of others:

Emacs' time logging software options
------------------------------------
    org mode - (info "(org)Clocking work time") - Part of GNU Emacs

timeclock.el - M-x timeclock-in/out/change      - Part of GNU Emacs

  *logger.el - M-x logger                       - Not part of GNU Emacs

  worklog.el - http://wiersma.org               - Not part of GNU Emacs

*http://groups.google.com/group/gnu.emacs.sources/msg/16f5e0dff5f92390?output=gplain

Org mode's time logging functionality is very featureful (and integrated
with its TODO functionality).

timeclock.el is based around the concept of a working day and will tell
you how much time has elapsed, or remains, in a day, but doesn't keep a
running total of time spent on a project.

logger.el is _old_ and yet to be tested (by me)

worklog.el is unavailable at present (Arjen Wiersma is _so_ busy, _you_
don't have time to look at his website!!! :-)

Sebastian





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-03-18 11:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-08 13:34 Time logging software Sebastian Tennant
2008-03-08 13:57 ` Bastien
2008-03-14  1:00   ` Xavier Maillard
     [not found] ` <mailman.8554.1204984662.18990.help-gnu-emacs@gnu.org>
2008-03-10  6:47   ` Torben Knudsen
2008-03-18 11:33     ` Sebastian Tennant
2008-03-11 22:52 ` Peter Milliken

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.