From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Repeated Tasks Date: Tue, 01 Sep 2009 17:15:36 +0200 Message-ID: <87hbvmwvaf.fsf@gmx.de> References: <53821f890909010803t372254e9vb583d90b3da01eff@mail.gmail.com> 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 1MiV5D-0007RQ-Lu for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 11:15:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MiV59-0007Mv-92 for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 11:15:43 -0400 Received: from [199.232.76.173] (port=43534 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiV59-0007Ms-3G for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 11:15:39 -0400 Received: from mail.gmx.net ([213.165.64.20]:59450) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MiV58-0008IP-Iu for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 11:15:38 -0400 In-Reply-To: <53821f890909010803t372254e9vb583d90b3da01eff@mail.gmail.com> (Noorul Islam's message of "Tue, 1 Sep 2009 20:33:19 +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: Noorul Islam Cc: org-mode Mailinglist Hi Noorul, Noorul Islam writes: > Hello list, > > I have a requirement for calculating the time spent on repetitive > task. Say for example checking mails. I don't have a specific schedule > or deadline for this task. > > * TODO Check Mail > > I went through this document, > http://orgmode.org/org.html#Repeated-tasks. The methodologies > mentioned in the document requires a scheduled date or a deadline > which I don't have in this scenario. > > For time being, I do the following. > > 1. Change TODO to STARTED > 2. Clock-In > 3. Check mail. After checking mail return to org file. > 4. Clock-out > 5. Change STARTED to TODO > how about: 1. On the `TODO Check Mail' headline, clock in: C-c C-x C-i 2. Check mail 3. On the `TODO Check Mail' headline, clock out: C-c C-x C-o Note, that you can use the menu from the clock display in the modeline to clock out again. Best wishes Sebastian