mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-1278
- TW-1278 Next report filters tasks with due date set until due date arrives (thanks to Renato Alves).
This commit is contained in:
parent
c0ed08e5e2
commit
c03df08d1e
2 changed files with 3 additions and 1 deletions
|
@ -387,7 +387,7 @@ std::string Config::_defaults =
|
|||
"report.next.description=The top 7 most urgent actionable tasks\n"
|
||||
"report.next.labels=ID,Active,Age,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Urg\n"
|
||||
"report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,due.age,until.age,description,urgency\n"
|
||||
"report.next.filter=+READY and -DUE limit:7\n"
|
||||
"report.next.filter=status:pending limit:page\n"
|
||||
"report.next.sort=start-,urgency-,due+,entry+\n"
|
||||
"\n"
|
||||
"report.ready.description=The most urgent actionable tasks\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue