commit 69877b98f57839d85cbcbc0e4e992efdded440c6 parent 7a00e3a0b27216da74cbb9cb15f98e4bf88d29c3 Author: Alex Balgavy <alex@balgavy.eu> Date: Sun, 16 Jan 2022 17:33:45 +0100 emacs: modify effort values Diffstat:
M | emacs/config.org | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacs/config.org b/emacs/config.org @@ -1004,7 +1004,7 @@ Time tracking should be done in its own drawer: I want to set effort in hours:minutes: #+begin_src emacs-lisp - (add-to-list 'org-global-properties '("Effort_ALL" . "0:05 0:10 0:15 0:20 0:30 1:00 1:30 2:00 4:00 6:00 8:00")) + (add-to-list 'org-global-properties '("Effort_ALL" . "0:05 0:10 0:15 0:20 0:30 0:45 1:00 1:30 2:00 4:00 6:00 8:00")) #+end_src I want column view to look like this: