ENH use built in regexp to hide unwanted tags

This commit is contained in:
Nathan Dwarshuis 2022-04-26 22:59:51 -04:00
parent 95250494c8
commit a11da5061d
1 changed files with 3 additions and 0 deletions

View File

@ -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)