summaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/org-mode.el
diff options
context:
space:
mode:
authorBobby Bingham <koorogi@koorogi.info>2020-05-16 19:26:55 -0500
committerBobby Bingham <koorogi@koorogi.info>2021-02-06 10:39:37 -0600
commitd4483a7a0771c0f00f669af8a5d0fd1bbb6a1bd3 (patch)
tree393994c0b5ea3c8d2ff636584fc4f3d21c3d9f53 /emacs/.emacs.d/org-mode.el
parent6c579246f31972304b72277e6900097c9ff3b785 (diff)
emacs: use "ESTIMATE" instead of "EFFORT" property
EFFORT doesn't seem to allow ranges like I expected, despite the documentation implying it should
Diffstat (limited to 'emacs/.emacs.d/org-mode.el')
-rw-r--r--emacs/.emacs.d/org-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/org-mode.el b/emacs/.emacs.d/org-mode.el
index 2759bb7..9454abe 100644
--- a/emacs/.emacs.d/org-mode.el
+++ b/emacs/.emacs.d/org-mode.el
@@ -97,7 +97,7 @@
org-agenda-start-on-weekday nil
;; Column view
- org-overriding-columns-format "%1PRIORITY %DEADLINE %TODO %CLOCKSUM_T(TODAY) %EFFORT %TLP %ITEM"
+ org-overriding-columns-format "%1PRIORITY %DEADLINE %TODO %CLOCKSUM_T(TODAY) %ESTIMATE{est+} %TLP %ITEM"
org-columns-modify-value-for-display-function #'bab/todo-column-display-filter
;; Misc configuration