X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d78192fdd32c9deb8e506ae6a63590b0f021e3aa..fa17f6dc11ab3a15f051dee0172f296fd0f2cf9d:/task/taskrc?ds=inline diff --git a/task/taskrc b/task/taskrc index 1bd4b76..0760883 100644 --- a/task/taskrc +++ b/task/taskrc @@ -27,6 +27,9 @@ search.case.sensitive = no # Terminal reserved.lines=2 # reserve two lines for prompt +# Don't show history in info report +journal.info = no + report.in.description = Inbox report.in.columns = id,start.age,entry.age,depends,priority,project,tags,recur,description report.in.filter = ( status:waiting or status:pending ) limit:page (+in) @@ -53,7 +56,8 @@ report.closed.context = yes # Urgency urgency.uda.priority.L.coefficient=-2 # setting priority to low reduces urgency -urgency.user.tag.in.coefficient=-1 +urgency.user.tag.in.coefficient = -1 +urgency.scheduled.coefficient = 8 # inherit highest urgency from blocked tasks # TODO: this doesn't quite work, check source code for explanation @@ -76,5 +80,5 @@ context.wfh.write=+work context.home.read=-work # NOTE: a context setting may be updated/added automatically on the last line -news.version=2.6.0 +news.version=3.0.2 context=home