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"
|
||||
:and (:habit t
|
||||
:tag "personal"))
|
||||
(:name "Meds"
|
||||
:and (:habit t
|
||||
:tag "meds"))
|
||||
(:name "Misc" :habit t)
|
||||
(:name "Therapy"
|
||||
:and (:todo ("WIP" "READY")
|
||||
|
@ -128,7 +131,8 @@
|
|||
))
|
||||
(agenda "" (
|
||||
(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)
|
||||
))
|
||||
(todo "WIP" (
|
||||
|
|
Reference in a new issue