emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Markus Heller <hellerm2@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Effort estimates for multi-day tasks
Date: Thu, 02 Sep 2010 11:22:43 -0700	[thread overview]
Message-ID: <0vbp8gknt8.fsf@gmail.com> (raw)

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

                 reply	other threads:[~2010-09-02 18:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0vbp8gknt8.fsf@gmail.com \
    --to=hellerm2@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).