ENH add columns view to (meeting) agenda
This commit is contained in:
parent
1e9abb121d
commit
4348578be8
10
etc/conf.org
10
etc/conf.org
|
@ -1999,7 +1999,15 @@ Set org columns view to be more informative with clocksums and effort.
|
||||||
"%TAGS"
|
"%TAGS"
|
||||||
"%5Effort(EFFRT){:}"
|
"%5Effort(EFFRT){:}"
|
||||||
"%5CLOCKSUM(CLKSM){:}"
|
"%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")
|
(set-face-attribute 'org-column nil :background "#1e2023")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in New Issue