Make taskwarrior simple report sort by urgency
This commit is contained in:
parent
1a69bfaba4
commit
2de811b974
1 changed files with 1 additions and 1 deletions
2
.taskrc
2
.taskrc
|
@ -17,7 +17,7 @@ report.weekly.filter=status.not:recurring and (modified.after:today-7d or +next)
|
||||||
# A simple list of tasks to do
|
# A simple list of tasks to do
|
||||||
report.simple.labels=id,Description
|
report.simple.labels=id,Description
|
||||||
report.simple.columns=id,description.count
|
report.simple.columns=id,description.count
|
||||||
report.simple.sort=id
|
report.simple.sort=urgency-
|
||||||
report.simple.filter=status:pending
|
report.simple.filter=status:pending
|
||||||
|
|
||||||
# Case insensitive search
|
# Case insensitive search
|
||||||
|
|
Loading…
Add table
Reference in a new issue