From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Clocking repeating tasks Date: Mon, 24 Jan 2011 10:37:05 -0500 Message-ID: <87sjwib9em.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=39979 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhOTq-00024b-0j for emacs-orgmode@gnu.org; Mon, 24 Jan 2011 10:37:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhOTk-0002jy-Iu for emacs-orgmode@gnu.org; Mon, 24 Jan 2011 10:37:21 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:56530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhOTk-0002hM-H9 for emacs-orgmode@gnu.org; Mon, 24 Jan 2011 10:37:16 -0500 In-Reply-To: (Jeff Horn's message of "Mon, 24 Jan 2011 05:10:37 -0500") 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: Jeff Horn Cc: Org-mode ml Jeff Horn writes: > I just started using clocking and effort to plan my work, and I have a > lot of repeating tasks. I'd like the clock summary to reflect how much > I've worked on the task "recently". > > Is there a variable to control how the clock summary is generated? In > particular, I'm looking for it to only sum the clocks from the last > time the task was marked "DONE". > > I see three possible solutions, but none were obviously mentioned in > the manual or on Worg. > 1) A variable exists to control this, and I don't know about it > 2) I could work around it by having the clock cleared on "DONE" (I > don't like destroying data) > 3) Or, the task shoved into a "clock history" drawer or something (I > don't know how to implement this myself) Hi Jeff, The clocking total for the task on the modeline should reflect how much time you have clocked since the last time you marked the task DONE. org-mode records a property LAST_REPEAT which had the time you completed the task last. The modeline clock value counts minutes since that time. The modeline should have both your current clocking total time (since last repeat) and the effort limit displayed (as the limit). HTH, Bernt