add clocksum to column view
This commit is contained in:
parent
e4388e9836
commit
2273e52d51
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue