mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Urgency
- Added a coefficient for ageing which is the increase (or decrease) of urgency per day. The calculated urgency offset due to ageing can be limited by setting urgency.age.max.
This commit is contained in:
parent
52f70f6901
commit
3d33d90d57
5 changed files with 40 additions and 0 deletions
|
@ -957,6 +957,15 @@ Urgency coefficients for tags
|
|||
.RS
|
||||
Urgency coefficients for annotations
|
||||
.RE
|
||||
.B urgency.age.coefficient=0.0
|
||||
.RS
|
||||
Urgency coefficients for the age of tasks
|
||||
.RE
|
||||
.B urgency.age.max=0.0
|
||||
.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.
|
||||
.RE
|
||||
|
||||
The coefficients reflect the relative importance of the various terms in the
|
||||
urgency calculation. These are default values, and may be modified to suit your
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue