Archived
1
0
Fork 0

add meds to dedicated org-super-agenda zone, change up org-agenda files slightly to be better organized for my needs

This commit is contained in:
KemoNine 2023-02-12 18:40:21 -05:00
parent 844b169558
commit 1b1d299e2b

View file

@ -108,6 +108,9 @@
(:name "Personal" (:name "Personal"
:and (:habit t :and (:habit t
:tag "personal")) :tag "personal"))
(:name "Meds"
:and (:habit t
:tag "meds"))
(:name "Misc" :habit t) (:name "Misc" :habit t)
(:name "Therapy" (:name "Therapy"
:and (:todo ("WIP" "READY") :and (:todo ("WIP" "READY")
@ -128,7 +131,8 @@
)) ))
(agenda "" ( (agenda "" (
(org-agenda-overriding-header "Habits") (org-agenda-overriding-header "Habits")
(org-agenda-files (list "~/org/orgzly/_habits.org")) (org-agenda-files (list "~/org/orgzly/_habits.org"
"~/org/health/_meds.org"))
(org-agenda-remove-tags t) (org-agenda-remove-tags t)
)) ))
(todo "WIP" ( (todo "WIP" (