From d4483a7a0771c0f00f669af8a5d0fd1bbb6a1bd3 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 16 May 2020 19:26:55 -0500 Subject: emacs: use "ESTIMATE" instead of "EFFORT" property EFFORT doesn't seem to allow ranges like I expected, despite the documentation implying it should --- emacs/.emacs.d/org-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') 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 -- cgit v1.2.3