From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Effort estimates for multi-day tasks Date: Thu, 02 Sep 2010 11:22:43 -0700 Message-ID: <0vbp8gknt8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=42145 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrER9-00056X-8q for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 14:23:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrER7-0000Og-UK for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 14:22:59 -0400 Received: from lo.gmane.org ([80.91.229.12]:46102) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrER7-0000OM-Ot for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 14:22:57 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OrER2-0007VV-2g for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 20:22:52 +0200 Received: from 142.103.191.98 ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Sep 2010 20:22:52 +0200 Received: from hellerm2 by 142.103.191.98 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Sep 2010 20:22:52 +0200 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 Hello all, please consider the following scenario: * Task A ** Task B This task requires 3 full days @ 8 h each day. :PROPERTIES: :Effort: ???? :END: How would I estimate the effort for task B? Set it to 24:00? That's unhandy if you have something like the following in your .emacs: ;; global Effort estimate values (setq org-global-properties (quote (("Effort_ALL" . "0:05 0:15 0:30 1:00 1:30 2:00 2:30 3:00 3:30 4:00 4:30 5:00 5:30 6:00 6:30 7:00 7:30 8:00")))) The other option would be to break up task B in 3 subtasks like this: * Task A ** Task B This is now just a container task *** Task B1 :PROPERTIES: :Effort: 8:00 :END: *** Task B2 :PROPERTIES: :Effort: 8:00 :END: *** Task B3 :PROPERTIES: :Effort: 8:00 :END: What do the org-mode experts consider to be the best solution to estimating the efforts of multi-day tasks? Any input is appreciated. Thanks and Cheers Markus