- New 'next' report.
This commit is contained in:
Paul Beckingham 2013-10-19 21:07:51 -04:00
parent 55a6703ba3
commit c2c2db546e

View file

@ -384,11 +384,11 @@ std::string Config::_defaults =
"report.all.filter=status.not:deleted\n"
"report.all.sort=entry-\n"
"\n"
"report.next.description=Lists the most urgent tasks\n"
"report.next.columns=id,project,priority,due,start.active,entry.age,urgency,description\n"
"report.next.labels=ID,Proj,Pri,Due,A,Age,Urg,Description\n"
"report.next.sort=urgency-,due+,priority-,start-,project+\n"
"report.next.filter=status:pending limit:page\n"
"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=status:pending and ( -BLOCKED and -DUE ) and ( scheduled.none: or scheduled.before:now ) limit:7\n"
"report.next.sort=start-,urgency-,due+,entry+\n"
"\n"
"report.ready.description=Lists the most urgent tasks\n"
"report.ready.columns=id,project,priority,due,start.active,entry.age,urgency,description\n"