summaryrefslogtreecommitdiff
path: root/taskrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-03 22:35:08 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-15 16:11:49 +0200
commitac4a6b1cf960f1f1812e871907745711659ff24a (patch)
treeefdd36e4dfe2a4ebeb6e7bf9b443a209c812f99f /taskrc
parent5d5d8a05c16c308a2f419890db481cada7656b3a (diff)
downloadliw-dot-files-ac4a6b1cf960f1f1812e871907745711659ff24a.tar.gz
Add contexts, and don't show waiting, blocked
Diffstat (limited to 'taskrc')
-rw-r--r--taskrc13
1 files changed, 9 insertions, 4 deletions
diff --git a/taskrc b/taskrc
index e83deec..c08a76e 100644
--- a/taskrc
+++ b/taskrc
@@ -14,9 +14,9 @@
report.soonish.description=Lists tasks that should be done soonish
report.soonish.columns=id,project,scheduled,due,depends,tags,estimate,description
report.soonish.labels=ID,Proj,Scheduled,Due,Deps,Tags,Est,Description
-report.soonish.sort=urgency-,due+,scheduled+,priority-,project+
-report.soonish.filter=status:pending ( pri:H or pri:M ) ( due: or due.before:7days ) ( scheduled: or scheduled.before:7days )
-
+#report.soonish.sort=urgency-,due+,scheduled+,priority-,project+
+report.soonish.sort=urgency+,due-,scheduled-,priority+,project-
+report.soonish.filter=status:pending ( pri:H or pri:M ) ( due: or due.before:2days ) ( scheduled: or scheduled.before:2days ) -waiting -BLOCKED
# Make the soonish report the default.
default.command=soonish
@@ -65,7 +65,7 @@ urgency.tags.coefficient=0.0
urgency.annotations.coefficient=0.0
urgency.age.coefficient=0.0
urgency.age.max=0
-urgency.user.tag.waiting.coefficient=-3.0
+urgency.user.tag.waiting.coefficient=-50.0
# urgency.user.project.<project>.coefficient=...
# urgency.uda.<name>.coefficient=...
@@ -144,3 +144,8 @@ color.sync.rejected=
color.undo.after=
color.undo.before=
+context.Home=+home -waiting -BLOCKED
+context.Office=+office -waiting -BLOCKED
+context.Helsinki=+hki -waiting -BLOCKED
+context.Agenda=+agenda -waiting -BLOCKED
+context.Laptop=+laptop -waiting -BLOCKED