summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2019-10-30 16:03:52 +0300
committerYigit Sever2019-10-30 16:03:52 +0300
commitcf6be03a279f7df8fee2a90dbc0f2901501a85b7 (patch)
tree564f945ae0c712a3e3d34a4be55eadcf30a894ff
parent95f17fb6e3b37b8de25e516770d97c22b94747df (diff)
downloaddotfiles-cf6be03a279f7df8fee2a90dbc0f2901501a85b7.tar.gz
dotfiles-cf6be03a279f7df8fee2a90dbc0f2901501a85b7.tar.bz2
dotfiles-cf6be03a279f7df8fee2a90dbc0f2901501a85b7.zip
Use the proper task filter
-rw-r--r--.taskrc##desktop.Linux.Lowe2
-rw-r--r--.taskrc##desktop.Linux.Maus2
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
78report.next.description = Most urgent tasks 78report.next.description = Most urgent tasks
79report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower 79report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower
80report.next.filter = status:pending and due.none: and +next and dep.none: 80report.next.filter = +UNBLOCKED status:pending and due.none: and +next
81report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower 81report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower
82report.next.sort = brainpower-,priority-,urgency- 82report.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
78report.next.description = Most urgent tasks 78report.next.description = Most urgent tasks
79report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower 79report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower
80report.next.filter = status:pending and due.none: and +next and dep.none: 80report.next.filter = +UNBLOCKED status:pending and due.none: and +next
81report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower 81report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower
82report.next.sort = brainpower-,priority-,urgency- 82report.next.sort = brainpower-,priority-,urgency-
83 83