emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* time tracking math is confusing
@ 2014-02-05 16:29 Ken Mankoff
  0 siblings, 0 replies; only message in thread
From: Ken Mankoff @ 2014-02-05 16:29 UTC (permalink / raw)
  To: Org-mode


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.

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

only message in thread, other threads:[~2014-02-05 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-05 16:29 time tracking math is confusing Ken Mankoff

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).