From a11da5061d346c7727392cf889483bd68bca2349 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 26 Apr 2022 22:59:51 -0400 Subject: [PATCH] ENH use built in regexp to hide unwanted tags --- etc/conf.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/conf.org b/etc/conf.org index 41bbc4f..717b930 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -2964,6 +2964,9 @@ original function being advised and ARGS are the arguments." (advice-add #'org-agenda-run-series :around #'org-x-agenda-run-series-advice) +;; hide the daily tags +(setq org-agenda-hide-tags-regexp "[DMYQ][0-9]\\{2\\}") + ;; (advice-remove #'org-agenda-run-series #'org-x-agenda-run-series-advice) (defun nd/org-agenda-run-series (name files cmds)