emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Column View with Effort Summing in Days


From: Malcolm Matalka
Subject: Re: [O] Column View with Effort Summing in Days
Date: Thu, 12 Jan 2017 13:46:18 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix)

Nicolas Goaziou <address@hidden> writes:

> Hello,
>
> Malcolm Matalka <address@hidden> writes:
>
>> From what I can tell, those apply to CLOCKSUM but in this case I'm using
>> {:} for effort.  Do they still apply there?
>
> They should, IIRC, as long as at least one duration is expressed using
> `org-effort-durations' units.
>
>> I can see that CLOCKSUM already uses days in the format but I'm not
>> seeing it on the output for Effort sums.
>
> Could you show an ECM if you think it doesn't work as expected?

Ohhhhhhhhhkay, now I get what's going on.  It works if I have at least 1
effort estimate in days.  What does not work is if the sum of effort
estimates sums up to over a day, it stays as hours.  I don't know if
this behaviour is better or worse than my expected behaviour.  For my
usecase I do have some estimates that are over a day but the legacy
behaviour would automatically convert.

Here is an example:

* Test1
:PROPERTIES:
:COLUMNS: %50ITEM(Task) %10Effort(Effort){:}
:END:
** Foo
:PROPERTIES:
:Effort:   8:00
:END:
** Bar
:PROPERTIES:
:Effort:   8:00
:END:
** Baz
:PROPERTIES:
:Effort:   8:00
:END:

This sums to 24:00, if I change 1 of these to 1d I get 3d (which is what
I want).

Thank you!

>
> Regards,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]