- TW-1278 Next report filters tasks with due date set until due date arrives
          (thanks to Renato Alves).
This commit is contained in:
Paul Beckingham 2014-04-15 23:22:31 -04:00
parent c0ed08e5e2
commit c03df08d1e
2 changed files with 3 additions and 1 deletions

View file

@ -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"