mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Urgency
- Age-dependet urgency calculation now normalizes.
This commit is contained in:
parent
3d33d90d57
commit
69fecbb2c0
4 changed files with 15 additions and 19 deletions
|
@ -961,10 +961,9 @@ Urgency coefficients for annotations
|
|||
.RS
|
||||
Urgency coefficients for the age of tasks
|
||||
.RE
|
||||
.B urgency.age.max=0.0
|
||||
.B urgency.age.max=365
|
||||
.RS
|
||||
Maximum (or minimum if negative) urgency a task can reach due to aging. If
|
||||
this is set to zero, the term will be unlimited.
|
||||
Maximum age in days. After this number of days has elapsed, the urgency of a task won't increase any more because of aging.
|
||||
.RE
|
||||
|
||||
The coefficients reflect the relative importance of the various terms in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue