summaryrefslogtreecommitdiff
path: root/taskrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-05-15 15:53:16 +0300
committerLars Wirzenius <liw@liw.fi>2018-05-15 15:53:16 +0300
commit6639d01513d14670fa0dcf146cd4df775e44bf25 (patch)
tree7979364002a7034acdb305328000b041284a79c4 /taskrc
parente445f5cb7003d2f7c85fc4294094639c2f6d9b1d (diff)
downloadliw-dot-files-6639d01513d14670fa0dcf146cd4df775e44bf25.tar.gz
Change: taskrc: soonish, upcoming reports, other tweaks
Diffstat (limited to 'taskrc')
-rw-r--r--taskrc20
1 files changed, 11 insertions, 9 deletions
diff --git a/taskrc b/taskrc
index daf7fcf..721e795 100644
--- a/taskrc
+++ b/taskrc
@@ -14,9 +14,8 @@
report.soonish.description=Lists tasks that should be done this week
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.sort=urgency+,due-,scheduled-,priority+,project-
-report.soonish.filter=status:pending ( pri:H or pri:M ) ( due: or due.before:monday ) ( scheduled: or scheduled.before:mon ) -waiting -BLOCKED
+report.soonish.sort=urgency+,due+,scheduled+
+report.soonish.filter=status:pending -waiting -BLOCKED ( ( scheduled.any: scheduled.before:2days ) or due.before:monday )
# Define a report, "upcoming", for tasks that should be done within a month.
report.upcoming.description=Lists tasks that should be done within a month
@@ -59,20 +58,23 @@ due=2
weekstart=Monday
# Urgency management.
-urgency.next.coefficient=20.0
-urgency.blocking.coefficient=1.0
-urgency.blocked.coefficient=-50.0
-urgency.priority.coefficient=1.0
+urgency.blocking.coefficient=0.0
+urgency.blocked.coefficient=0.0
+urgency.priority.coefficient=0.0
urgency.waiting.coefficient=-3.0
urgency.active.coefficient=50.0
-urgency.due.coefficient=5.0
+urgency.due.coefficient=50.0
urgency.scheduled.coefficient=5.0
urgency.project.coefficient=0.0
urgency.tags.coefficient=0.0
urgency.annotations.coefficient=0.0
urgency.age.coefficient=0.0
urgency.age.max=0
-urgency.user.tag.waiting.coefficient=-50.0
+urgency.user.tag.waiting.coefficient=-3.0
+urgency.user.uda.est.quarter=4.0
+urgency.user.uda.est.hour=2.0
+urgency.user.uda.est.halfday=1.0
+urgency.user.uda.est.toolong=0.0
# urgency.user.project.<project>.coefficient=...
# urgency.uda.<name>.coefficient=...