[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: After years without issues, Orgmode now fails to apply agenda filter
From: |
Ihor Radchenko |
Subject: |
Re: After years without issues, Orgmode now fails to apply agenda filters to preset templates |
Date: |
Thu, 30 May 2024 16:29:45 +0000 |
"Tory S. Anderson" <tory_anderson@byu.edu> writes:
> ... I will rethink my setup to use those things. Thanks for your response!
You do not need to rethink your setup. Just move the filter to global
settings. It is how it is supposed to be used.
(org-agenda-custom-commands
'(("w" . "Work")
("wd" "Work Day"
((agenda ""
((org-agenda-span 1)
(org-agenda-start-on-weekday nil))))
;; Filter applies globally to the whole view.
((org-agenda-regexp-filter-preset
'("+ODH\\|AGENDA\\|CONFERENCE" "-TSA\\|PRIESTHOOD"))))))
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>