From 949fec4f3250d5af605a8a32f6c2fbb2844c128d Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 10 Apr 2022 19:22:19 -0400 Subject: [PATCH] ENH update agenda view --- etc/conf.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index 29db53e..e0fb065 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -2997,7 +2997,10 @@ In the order of display (org-x-headline-has-property org-x-prop-routine org-x-prop-routine-evening) :order 3) - (:name "Calendar" :order 1 :time-grid t) + (:name "Calendar" :order 1 :time-grid t + :transformer (if (equal (get-text-property 1 'org-category it) "daily") + (propertize it 'face 'org-todo) + it)) (:discard (:anything t)))))))) (defun nd/org-agenda-goals () @@ -3167,7 +3170,7 @@ review phase)" | org-x-kw-wait | org-x-kw-hold | org-x-kw-canc)) - (files (org-x-get-action-and-incubator-files))) + (files (org-x-get-action-files))) (nd/org-agenda-call "Tasks" nil 'tags-todo match files `((org-agenda-skip-function #'org-x-task-skip-function) (org-agenda-todo-ignore-with-date t)