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:
parent
844b169558
commit
1b1d299e2b
|
@ -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" (
|
||||||
|
|
Reference in a new issue