all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bug: Effort vs column "day" impedence mismatch [8.2.10 (release_8.2.10 @ c:/Users/yhluc00/emacs/share/emacs/24.4/lisp/org/)]
@ 2014-12-16 21:00 yary
  2014-12-16 23:07 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: yary @ 2014-12-16 21:00 UTC (permalink / raw)
  To: emacs-orgmode

--text follows this line--

In general, would like the formatting of a time interval in column mode
to respect "org-effort-durations" when it is summarizing effort
durations. Below is a specific example.

Using the default "org-effort-durations" variable and default column
mode settings, the following buffer shows a confusing total:

| Task            | Estimate |
|-----------------+----------|
| * Estimate      |  1d 8:00 |
| ** Little Thing |       1d |
| ** Big Mess     |       3d |


vvv effort_days.org vvv

#+COLUMNS: %40ITEM(Task) %12Effort(Estimate){:}

* Estimate

** Little Thing
   :PROPERTIES:
   :Effort:   1d
   :END:

** Big Mess
   :PROPERTIES:
   :Effort:   3d
   :END:

^^^ effort_days.org ^^^

The mis-match is due to "Effort" days being an 8-hour workday, whereas
the Column-view day is a 24-hour calendar day. I would like all the days
to be 8-hour work days, including the total, resulting in:

| Task            | Estimate |
|-----------------+----------|
| * Estimate      |       4d |
| ** Little Thing |       1d |
| ** Big Mess     |       3d |


Emacs  : GNU Emacs 24.4.1 (i686-pc-mingw32)
 of 2014-10-24 on LEG570
Package: Org-mode version 8.2.10 (release_8.2.10 @
c:/Users/yhluc00/emacs/share/emacs/24.4/lisp/org/)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-16 23:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-16 21:00 Bug: Effort vs column "day" impedence mismatch [8.2.10 (release_8.2.10 @ c:/Users/yhluc00/emacs/share/emacs/24.4/lisp/org/)] yary
2014-12-16 23:07 ` Nicolas Goaziou

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.