summaryrefslogtreecommitdiff
path: root/taskrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-05-19 12:51:17 +0300
committerLars Wirzenius <liw@liw.fi>2018-05-19 12:51:17 +0300
commitb660786d8e4d14e2ed47b1f3fd347b94829f3eb8 (patch)
tree3d51b6fd2b741314ef804cecfe83fd2ab6a82e09 /taskrc
parent6639d01513d14670fa0dcf146cd4df775e44bf25 (diff)
downloadliw-dot-files-b660786d8e4d14e2ed47b1f3fd347b94829f3eb8.tar.gz
Change: taskrc soonish report: tasks scheduled before tomorrow
Diffstat (limited to 'taskrc')
-rw-r--r--taskrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskrc b/taskrc
index 721e795..be011c8 100644
--- a/taskrc
+++ b/taskrc
@@ -15,7 +15,7 @@ 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+
-report.soonish.filter=status:pending -waiting -BLOCKED ( ( scheduled.any: scheduled.before:2days ) or due.before:monday )
+report.soonish.filter=status:pending -waiting -BLOCKED ( ( scheduled.any: scheduled.before:tomorrow ) 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