From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Effort Per Day Date: Wed, 17 Apr 2013 11:54:10 -0400 Message-ID: <87sj2p8865.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USUgf-0004X4-L2 for emacs-orgmode@gnu.org; Wed, 17 Apr 2013 11:54:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USUge-0003y9-Ft for emacs-orgmode@gnu.org; Wed, 17 Apr 2013 11:54:21 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:20362 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USUge-0003x9-Bq for emacs-orgmode@gnu.org; Wed, 17 Apr 2013 11:54:20 -0400 In-Reply-To: (daya's message of "Wed, 3 Apr 2013 12:44:21 +0000 (UTC)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: daya Cc: emacs-orgmode@gnu.org daya writes: > There are some tasks on which I would like spend a specified time of the day. I > would like to set a per-day effort on these tasks. The current effort system > seem to support effort per task, not effort per day. What is the recommended > way of doing this? > > - daya Hi daya, For this I use a habit that tracks this work * TODO Some project ** TODO Work on Some project at least 3 hours per day SCHEDULED: <2013-04-17 Wed .+1d/3d> :PROPERTIES: :STYLE: habit :LAST_REPEAT: [2013-04-16 Tue 17:00] :END: ** TODO Tasks one... Near the end of the day I just do an agenda clock report (C-c a a R) and see if Some project has the required amount of time on it or not. If it does I mark the habit task complete. For individual (non-project) tasks the habit is enough and I give it an effort so the modeline shows time clocked so far today and the limit * TODO Some task I need to do for an hour everyday SCHEDULED: <2013-04-17 Wed .+1d/3d> :PROPERTIES: :LAST_REPEAT: [2013-04-16 Tue 13:27] :Effort: 1:00 :CLOCK_MODELINE_TOTAL: today :END: Regards, Bernt