diff options
author | Yigit Sever | 2019-10-30 16:03:52 +0300 |
---|---|---|
committer | Yigit Sever | 2019-10-30 16:03:52 +0300 |
commit | cf6be03a279f7df8fee2a90dbc0f2901501a85b7 (patch) | |
tree | 564f945ae0c712a3e3d34a4be55eadcf30a894ff | |
parent | 95f17fb6e3b37b8de25e516770d97c22b94747df (diff) | |
download | dotfiles-cf6be03a279f7df8fee2a90dbc0f2901501a85b7.tar.gz dotfiles-cf6be03a279f7df8fee2a90dbc0f2901501a85b7.tar.bz2 dotfiles-cf6be03a279f7df8fee2a90dbc0f2901501a85b7.zip |
Use the proper task filter
-rw-r--r-- | .taskrc##desktop.Linux.Lowe | 2 | ||||
-rw-r--r-- | .taskrc##desktop.Linux.Maus | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.taskrc##desktop.Linux.Lowe b/.taskrc##desktop.Linux.Lowe index 1f8f2a5..90eca60 100644 --- a/.taskrc##desktop.Linux.Lowe +++ b/.taskrc##desktop.Linux.Lowe | |||
@@ -77,7 +77,7 @@ uda.brainpower.default = M | |||
77 | ### overriding 'next' report | 77 | ### overriding 'next' report |
78 | report.next.description = Most urgent tasks | 78 | report.next.description = Most urgent tasks |
79 | report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower | 79 | report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower |
80 | report.next.filter = status:pending and due.none: and +next and dep.none: | 80 | report.next.filter = +UNBLOCKED status:pending and due.none: and +next |
81 | report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower | 81 | report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower |
82 | report.next.sort = brainpower-,priority-,urgency- | 82 | report.next.sort = brainpower-,priority-,urgency- |
83 | 83 | ||
diff --git a/.taskrc##desktop.Linux.Maus b/.taskrc##desktop.Linux.Maus index 6e71c4d..89bf6b0 100644 --- a/.taskrc##desktop.Linux.Maus +++ b/.taskrc##desktop.Linux.Maus | |||
@@ -77,7 +77,7 @@ uda.brainpower.default = M | |||
77 | ### overriding 'next' report | 77 | ### overriding 'next' report |
78 | report.next.description = Most urgent tasks | 78 | report.next.description = Most urgent tasks |
79 | report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower | 79 | report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower |
80 | report.next.filter = status:pending and due.none: and +next and dep.none: | 80 | report.next.filter = +UNBLOCKED status:pending and due.none: and +next |
81 | report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower | 81 | report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower |
82 | report.next.sort = brainpower-,priority-,urgency- | 82 | report.next.sort = brainpower-,priority-,urgency- |
83 | 83 | ||