add clocksum to column view

This commit is contained in:
ndwarshuis 2019-05-13 18:02:19 -04:00
parent e4388e9836
commit 2273e52d51
1 changed files with 4 additions and 4 deletions

View File

@ -1112,11 +1112,11 @@ Since I use org mode as my config file, makes sense to have a table of contents
#+END_SRC
*** column view
#+BEGIN_SRC emacs-lisp
(setq org-columns-default-format
"%25ITEM %4TODO %TAGS %5Effort{:} %DELEGATE(DEL)")
(setq org-columns-default-format
"%25ITEM %4TODO %TAGS %5Effort{:} %6CLOCKSUM %ALLOCATE(ALC)")
(set-face-attribute 'org-column nil :background "#1e2023")
;; org-columns-summary-types
(set-face-attribute 'org-column nil :background "#1e2023")
;; org-columns-summary-types
#+END_SRC
*** rifle
#+BEGIN_SRC emacs-lisp