Commit 987a7651 authored by Kirill Smelkov's avatar Kirill Smelkov

X Switch to weekly planning

https://www.franklincovey.com/habit-3/
parent e8bd6248
......@@ -74,8 +74,9 @@ class Todo(TodoBase):
return tstart
tdue, flags = self._due_date()
if 'on' in flags:
# δdays ~ importance
ddays = max(1, importance(self, p_ignore_due=True) - 1)
## δdays ~ importance
#ddays = max(1, importance(self, p_ignore_due=True) - 1)
ddays = 2*7 # for weekly planning
tstart = tdue - timedelta(days=ddays)
return tstart
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment