ENH add columns view to (meeting) agenda

This commit is contained in:
Nathan Dwarshuis 2021-09-26 22:36:00 -04:00
parent 1e9abb121d
commit 4348578be8
1 changed files with 9 additions and 1 deletions

View File

@ -1999,7 +1999,15 @@ Set org columns view to be more informative with clocksums and effort.
"%TAGS"
"%5Effort(EFFRT){:}"
"%5CLOCKSUM(CLKSM){:}"
"%ALLOCATE(ALLOC)")))
"%ALLOCATE(ALLOC)"))
;; this is really just meant for the meeting view but I can't figure
;; out how to make it only apply to one agenda view
org-columns-default-format-for-agenda
(s-join
" "
(list "%25ITEM"
"%SCHEDULED(DATE)"
"%5Effort(EFF)")))
(set-face-attribute 'org-column nil :background "#1e2023")
#+END_SRC