mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-31 05:47:18 +02:00
Config
- Removed precautionary whitespace that was inserted into report filters when we discovered that problem with the parser. Time to bravely eliminate this workaround.
This commit is contained in:
parent
d24d054630
commit
259dd94775
1 changed files with 4 additions and 4 deletions
|
@ -356,7 +356,7 @@ std::string Config::_defaults =
|
|||
"report.overdue.description=Overdue tasks\n"
|
||||
"report.overdue.labels=ID,Active,Age,Deps,P,Project,Tag,R,S,Due,Until,Description,Urg\n"
|
||||
"report.overdue.columns=id,start.age,entry.age,depends,priority,project,tags,recur.indicator,scheduled.countdown,due,until,description,urgency\n"
|
||||
"report.overdue.filter= ( status:pending or status:waiting ) +OVERDUE\n"
|
||||
"report.overdue.filter=(status:pending or status:waiting) and +OVERDUE\n"
|
||||
"report.overdue.sort=urgency-,due+\n"
|
||||
"\n"
|
||||
"report.active.description=Active tasks\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue