Allow for fine-grained effort estimation for tasks
There are often small tasks that do not require the former minimum of 15 minutes, resulting in effort estimations that are too high. Conversely, larger tasks are often hard to estimate correctly, which is why the higher numbers are now further apart.master
parent
1d89551f1b
commit
6fe33daf17
2
init.el
2
init.el
|
@ -756,7 +756,7 @@
|
|||
org-treat-S-cursor-todo-selection-as-state-change nil
|
||||
|
||||
org-global-properties
|
||||
'(("Effort_ALL" . "0:00 0:15 0:30 0:45 1:00 2:00 3:00 4:00 5:00 6:00"))
|
||||
'(("Effort_ALL" . "0:00 0:05 0:10 0:15 0:30 0:45 1:00 2:00 3:00 4:00 6:00 8:00"))
|
||||
|
||||
org-columns-default-format
|
||||
"%80ITEM(Task) %10Effort(Effort){:} %10CLOCKSUM")
|
||||
|
|
Loading…
Reference in New Issue