From 21e392eb317403bf3d7f5a559ae3563940021886 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Wed, 10 Sep 2025 16:10:23 -0500 Subject: [PATCH] Don't show tags for weekly report --- lisp/ti-config/work-org-stuff.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ti-config/work-org-stuff.el b/lisp/ti-config/work-org-stuff.el index 94d9ff8..e70ae48 100644 --- a/lisp/ti-config/work-org-stuff.el +++ b/lisp/ti-config/work-org-stuff.el @@ -162,6 +162,7 @@ (org-agenda-start-on-weekday 3) (org-agenda-show-log t) (org-agenda-include-inactive-timestamps t) + (org-agenda-hide-tags-regexp ".*") ;; (org-agenda-skip-function (lambda () ;; (let ((tags (org-get-tags))) ;; (unless (and (or (member ,tag tags) @@ -631,7 +632,8 @@ (setq org-agenda-hide-tags-regexp (rx (or "prod" (and symbol-start "_" (+ nonl) "_" symbol-end) - "Project" "active"))) + "Project" "active" + "dailies"))) (defun ti/generate-org-exit-interrupt () (-->