curve: allow .taskrc to be writeable, enabling contexts
This commit is contained in:
@@ -42,8 +42,10 @@ news.version=2.6.0
|
||||
|
||||
## Contexts
|
||||
context.poor.read=-purchase
|
||||
context.dev.read=+dev
|
||||
context.ops.read=+ops
|
||||
context.dev.read=+dev or +ops -work
|
||||
context.home.read=-work
|
||||
context.work.read=+work
|
||||
context.work.write=+work
|
||||
context.bucket.read=+in
|
||||
context.focused=(priority:H or priority:M) -idea -backlog -finances urgency > 5.0
|
||||
# context.work=+Work -idea -personal
|
||||
@@ -70,6 +72,11 @@ report.next.filter=(status:pending -in -backlog pro.not:ideas limit:0)
|
||||
report.next.labels=ID,Active,Deps,P,Project,Tag,Recur,S,Due,Until,Description
|
||||
report.next.columns=id,start.age,depends,priority,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description
|
||||
|
||||
# Everything, including inbox
|
||||
report.every.filter=(status:pending limit:0)
|
||||
report.every.labels=ID,Active,Deps,P,Project,Tag,Recur,S,Due,Until,Description
|
||||
report.every.columns=id,start.age,depends,priority,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description
|
||||
|
||||
# Urgency
|
||||
urgency.user.project.wait.coefficient=-10.0
|
||||
urgency.user.project.craft.coefficient=1.9
|
||||
|
||||
Reference in New Issue
Block a user