From ac31d0eb8984f03f8cae1c0d61907b7d497d0890 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 29 Jan 2021 15:41:08 +0100 Subject: [PATCH] Do not sum up efforts in Org column view Indeed, in my workflow, the effort estimate of an item is independent of the effort estimates of all its subitems. It thus does not makes to sum them up, and indeed the "{:}" in the column view format causes the (independent) effort estimate to be overwritten by the sum of the efforts of its subitems every time column view is turned on. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 7e38d22..fb0fa60 100644 --- a/init.el +++ b/init.el @@ -775,7 +775,7 @@ '(("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") + "%80ITEM(Task) %10Effort(Effort) %10CLOCKSUM") ;; Keywords and Tags