emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ken Mankoff <mankoff@gmail.com>
To: Org-mode <emacs-orgmode@gnu.org>
Subject: time tracking math is confusing
Date: Wed, 5 Feb 2014 11:29:58 -0500 (EST)	[thread overview]
Message-ID: <alpine.OSX.2.00.1402051120360.84421@tbetbambyn.jubv.rqh> (raw)


I hope there a general rule I'm missing or something I'm doing 
wrong, because I find the time tracking math in Org confusing.

It seems that numbers I enter (ex: 8:00, 5d) are in units of 8-hour 
days. But math that Org does is in units of 24 hour days. So If I 
have

* Task
   :PROPERTIES:
   :ID: test-task
   :END:
** SubTask 1
    :PROPERTIES:
    :Effort:   5d
    :END:
** SubTask 2
    :PROPERTIES:
    :Effort:   8:00
    :END:

Then the total work is 6 days (8 hour units, 48 hours) or 2d (24 
hour units, 48 hours). This makes sense to me so far.

When I make a time tracking table (i'm not sure of the function 
name, but C-c C-x i and then enter "test-task" at the prompt, I see 
the following table:

#+BEGIN: <<cut-for-brevity>>
| Task         |  Effort |
|--------------+---------+
| * Task       | 2d 0:00 |
| ** SubTask 1 |      5d |
| ** SubTask 2 |    8:00 |
#+END:

This is confusing because the units (24 hour, 8 hour) are mixed. The 
top row entry, "2d", is 24 hour units, but immedediately below it, 
the "5d" entry is in 8 hour units, as is the 8:00 effort below that.

I can work in either unit, but mixing is confusing.

It seems human-entered times and estimates are 8 hour, and 
Org-calculated is 24 hour. Is this always correct? The issue then is 
that there is no clear indicator of what is human and what is Org on 
this table.

   -k.

                 reply	other threads:[~2014-02-05 16:30 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=alpine.OSX.2.00.1402051120360.84421@tbetbambyn.jubv.rqh \
    --to=mankoff@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).