From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: Using clock in/out as an attendance register? Date: Tue, 11 Sep 2007 00:03:45 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUwyk-00017z-7c for emacs-orgmode@gnu.org; Tue, 11 Sep 2007 00:03:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUwyh-00017Y-8C for emacs-orgmode@gnu.org; Tue, 11 Sep 2007 00:03:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUwyh-00017V-4c for emacs-orgmode@gnu.org; Tue, 11 Sep 2007 00:03:55 -0400 Received: from johnwiegley.com ([208.70.150.153] helo=mail.johnwiegley.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUwyg-0003ZY-Nk for emacs-orgmode@gnu.org; Tue, 11 Sep 2007 00:03:54 -0400 Received: from Hermes.local (unknown [200.50.72.156]) by mail.johnwiegley.com (Postfix) with ESMTP id 3BF5C4224E1 for ; Mon, 10 Sep 2007 23:04:02 -0500 (CDT) In-Reply-To: (Sivaram Neelakantan's message of "Sun\, 09 Sep 2007 23\:54\:33 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Sivaram Neelakantan writes: > Is there a way to use the org mode feature of clockin as an attendance > register? I'd simply like to record the time I punch in and out and > have org mode give the hours for all the days in the week/month. > > Is there a way to do it without creating a TODO item everyday in the > .org file? You may find the timeclock.el module (included with Emacs) easier for this kind of tracking. And Ledger (http://ledger.sf.net) will make it possible to create all kinds of summary reports and such from your timelog. John