mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Urgency
- Made the default urgency.age.coefficient non-zero. - Updated documentation regarding new configuration settings.
This commit is contained in:
parent
b35a2f54bb
commit
4eb5c8a0db
4 changed files with 7 additions and 3 deletions
|
@ -147,7 +147,7 @@ std::string Config::_defaults =
|
|||
"urgency.project.coefficient=3.0 # Urgency coefficients for projects\n"
|
||||
"urgency.tags.coefficient=2.0 # Urgency coefficients for tags\n"
|
||||
"urgency.annotations.coefficient=1.0 # Urgency coefficients for annotations\n"
|
||||
"urgency.age.coefficient=0 # Urgency coefficients for age\n"
|
||||
"urgency.age.coefficient=5.0 # Urgency coefficients for age\n"
|
||||
"urgency.age.max=365 # Maximum age in days\n"
|
||||
"\n"
|
||||
"#urgency.user.project.foo.coefficient=5.0 # Urgency coefficients for 'foo' project\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue