all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Effort estimates for multi-day tasks
@ 2010-09-02 18:22 Markus Heller
  0 siblings, 0 replies; only message in thread
From: Markus Heller @ 2010-09-02 18:22 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-02 18:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-02 18:22 Effort estimates for multi-day tasks Markus Heller

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.