Hello, Björn Döring <bjo...@doering.io> writes:
> when columns view is opened with an "%Effort{:}" column, the sum is only > correct for the first parent element. Whereas "hours" are propagated up > the hierarchy, "days" are reset to zero when going up more than one > level in the hierarchy. > > Example: > > * Level 1 > ** Level 2 > *** Level 3 > **** Level 4 > :PROPERTIES: > :Effort: 2d > :END: > > In columns view (with `# -*- org-time-clocksum-use-effort-durations: t; > org-time-clocksum-format: (:days "%dd " :require-days t :hours "%d" > :require-hours t :minutes ":%02d" :require-minutes t) -*-`) this only > reports correct effort values for Level 4 and Level 3. Level 1 and Level > 2 show "0d 0:00", but "2d 0:00" is expected. Fixed. Thank you. Regards, -- Nicolas Goaziou