emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: ox-taskjuggler :effort: property incorrectly converted when


From: Nicolas Goaziou
Subject: Re: [O] Bug: ox-taskjuggler :effort: property incorrectly converted when in minutes
Date: Mon, 03 Nov 2014 00:25:36 +0100

John Hendy <address@hidden> writes:

> Thanks for the explanation. I pretty much only use duration, which has
> never had an issue. As a fluke I used effort and noticed the big
> difference. Thanks for illuminating the situation!

Actually, I was slightly wrong. According to
`org-duration-string-to-minutes' and `org-effort-durations' docstrings,
Org accepts modifiers for numbers. IOW

  :Effort: 3d

is a valid value in Org.

The real problem is that "min" is not recognized as a valid modifier,
since "30min" is basically the same as "30" or "0:30".

I changed `org-effort-durations' default value to include "min" as
a modifier, which will make your original example work.


Regards,



reply via email to

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