From 4348578be83a82edd9b787c576567af49ad14f0e Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 26 Sep 2021 22:36:00 -0400 Subject: [PATCH] ENH add columns view to (meeting) agenda --- etc/conf.org | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index 73bcba8..367a12c 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -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