This is a org-clock-time% piece of "[PATCH v2 0/9] mail, clock and calc changes" updated with Aaron Ecay's suggestions.
The thing here is that I pretty much rewrote those changes because they didn't work well with `org-effort-durations' (which was the case even before I started, but it became apparent after I fixed `org-clock-time%' to actually work). So, I ended up rewriting `org-effort-durations'-related code, which then allowed me to fix clock reports properly. A piece of documentation in org.texi shows the new prowess. This is the last patch series for now, I'm unhappy with ob-calc piece of "[PATCH v2 0/9] mail, clock and calc changes", I'll send it when its better. Cheers, Jan Jan Malakhovski (4): org: move `org-duration-string-to-minutes' to a better place rename `org-duration-string-to-minutes' to `org-clocksum-string-to-minutes' everywhere simplify and document `org-effort-durations'-related code org-clock: make clock table respect `org-effort-durations' contrib/lisp/org-depend.el | 2 +- contrib/lisp/ox-taskjuggler.el | 2 +- doc/org.texi | 6 ++ lisp/org-agenda.el | 6 +- lisp/org-clock.el | 62 ++++++++------- lisp/org-colview.el | 3 +- lisp/org.el | 166 ++++++++++++++++++++++++----------------- 7 files changed, 147 insertions(+), 100 deletions(-) -- 2.6.4