diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2020-05-16 19:26:55 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2021-02-06 10:39:37 -0600 |
commit | d4483a7a0771c0f00f669af8a5d0fd1bbb6a1bd3 (patch) | |
tree | 393994c0b5ea3c8d2ff636584fc4f3d21c3d9f53 /emacs | |
parent | 6c579246f31972304b72277e6900097c9ff3b785 (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')
-rw-r--r-- | emacs/.emacs.d/org-mode.el | 2 |
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 |