emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Adam Spiers <orgmode@adamspiers.org>
To: emacs-orgmode@gnu.org
Subject: Re: Re: Estimated times
Date: Mon, 29 Oct 2007 15:51:10 +0000	[thread overview]
Message-ID: <20071029155110.GB23492@atlantic.linksys.moosehall> (raw)
In-Reply-To: <loom.20071029T090729-265@post.gmane.org>

On Mon, Oct 29, 2007 at 09:08:08AM +0000, Christian Egli wrote:
> Sebastjan Trepca <trepca <at> gmail.com> writes:
> > I was wondering if there is a way to set a time estimate for a task
> > and then match it with actual logged time? After you finish it of
> > course.
> > 
> > Maybe something similar as checkbox counters.
> > 
> >  * TODO learn about emacs [0/2, 0h/20h]
> >    - [ ] read emacs manual (10h)
> >    - [ ] read  elisp manual (10h)
> > 
> > First counter counts the finished subtasks, second shows overall
> > logged time and the estimate.
> 
> You might be able to do something with a column view. You define the effort as a
> property and in your Column View you summarize the effort. Might be worth to
> have a look at http://orgmode.org/org.html#Column-view

I use tags for this at the moment:

   #+TAGS: { sub10(1) sub30(3) sub60(6) sub120(2) sub4(4) subday(d) }

   :sub10:   - estimate 10 minutes or less
   :sub30:   - estimate 30 minutes or less
   :sub60:   - estimate 60 minutes or less
   :sub120:  - estimate 120 minutes or less
   :sub4:    - estimate 4 hours or less
   :subday:  - estimate one day or less

Advantages:

   - can set very quickly via C-c C-c 1 etc.
   - prevents me from trying to be too accurate with my estimates
     (IMHO anything more fine-grained is probably unrealistic)
   - can be seen from .org file buffer

Disadvantages:

   - can't add up total time estimated for multiple TODOs
   - can't display in a column

Properties are probably ultimately a cleaner solution.  I presume you
could easily bind shortcuts to `org-entry-put' but I haven't tried it
or thought what the best shortcut keymap prefix would be instead of
C-c C-c (this would have the added advantage of freeing up shortcut
keys for tags).

  reply	other threads:[~2007-10-29 16:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-28 22:10 Estimated times Sebastjan Trepca
2007-10-29  9:08 ` Christian Egli
2007-10-29 15:51   ` Adam Spiers [this message]
2007-10-29 16:22   ` Vagn Johansen
2007-10-31 21:42     ` Sebastjan Trepca

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=20071029155110.GB23492@atlantic.linksys.moosehall \
    --to=orgmode@adamspiers.org \
    --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).