diff options
author | Yigit Sever | 2019-10-30 11:57:54 +0300 |
---|---|---|
committer | Yigit Sever | 2019-10-30 11:57:54 +0300 |
commit | 78ac48c28cc9a51f99b20306cd4649fc577e09e2 (patch) | |
tree | 52ec90a85603aefcb7eedc96fa256eb41f22d2ae | |
parent | 8247cbbffabb2f2786b9a10eaf66c44699c5ca70 (diff) | |
download | dotfiles-78ac48c28cc9a51f99b20306cd4649fc577e09e2.tar.gz dotfiles-78ac48c28cc9a51f99b20306cd4649fc577e09e2.tar.bz2 dotfiles-78ac48c28cc9a51f99b20306cd4649fc577e09e2.zip |
Work uses unblocked tasks
-rw-r--r-- | .taskrc##desktop.Linux.Lowe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.taskrc##desktop.Linux.Lowe b/.taskrc##desktop.Linux.Lowe index 3351662..1f8f2a5 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 | 80 | report.next.filter = status:pending and due.none: and +next and dep.none: |
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 | ||