Commit 2e628d99b2fe

Vincent Demeester <vincent@sbr.pm>
2019-03-16 12:51:24
setup-org: customize default column view
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ddfcbd3
Changed files (1)
lisp/setup-org.el
@@ -195,6 +195,9 @@ Callers of this function already widen the buffer view."
             (setq is-subproject t))))
       (and is-a-task is-subproject)))
 
+  ;; Set default column view headings: Task Effort Clock_Summary
+  (setq org-columns-default-format "%80ITEM(Task) %TODO %3PRIORITY %10Effort(Effort){:} %10CLOCKSUM")
+
   (org-clock-persistence-insinuate)
   ;; Show lot of clocking history so it's easy to pick items off the C-F11 list
   (setq org-clock-history-length 23)