New option `org-time-clocksum-use-effort-durations'
commit68c1ad99ead158e2fbe8ef8f5c7dcad4325425e8
authorBastien Guerry <bzg@altern.org>
Sat, 5 Jan 2013 17:21:55 +0000 (5 18:21 +0100)
committerBastien Guerry <bzg@altern.org>
Mon, 7 Jan 2013 20:44:00 +0000 (7 21:44 +0100)
treec78038a4710cff48a7ab934e043639c45b164afb
parent5c8cc17d39865c500fe42f9130ae428de6f83487
New option `org-time-clocksum-use-effort-durations'

* org.el (org-time-clocksum-format): Add a version tag and add
to the 'org-clock group.
(org-time-clocksum-use-fractional): Ditto.
(org-time-clocksum-use-effort-durations): New option to allow
using `org-effort-durations' when computing clocksum durations.
(org-minutes-to-clocksum-string): Use the new option.

* org-clock.el (org-clocktable-write-default): Let-bind
`org-time-clocksum-use-effort-durations' to a new clocktable
parameter ":effort-durations".

Thanks to Sébastien Vauban for pointing the inconsistency.
lisp/org-clock.el
lisp/org.el