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.
This commit is contained in:
Daniel Borchmann 2020-10-03 10:33:23 +02:00
parent 1d89551f1b
commit 6fe33daf17
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -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")