adjust org agenda in conjunction with updates to files containing todos/habits to better present and manage things over time
This commit is contained in:
parent
8a0468e9fc
commit
d66bbc5052
|
@ -78,11 +78,11 @@
|
|||
|
||||
(setq org-agenda-file-regexp "\\`[^.].*\\.org\\'")
|
||||
(setq org-agenda-files (list
|
||||
"~/org/_index.org"
|
||||
"~/org/_todo.org"
|
||||
"~/org/health/_health.org"
|
||||
"~/org/health/health_houdini.org"
|
||||
"~/org/health/health_mike.org"
|
||||
"~/org/_index.org"
|
||||
"~/org/_todo.org"
|
||||
))
|
||||
|
||||
|
||||
|
@ -98,16 +98,16 @@
|
|||
(org-agenda-files (list "~/org/_habits.org"))
|
||||
(org-agenda-remove-tags t)
|
||||
))
|
||||
(todo "+WIP-STYLE=\"habit\"" (
|
||||
(todo "WIP" (
|
||||
(org-agenda-overriding-header "WIP")
|
||||
))
|
||||
(todo "+READY-STYLE=\"habit\"" (
|
||||
(todo "READY" (
|
||||
(org-agenda-overriding-header "Ready")
|
||||
))
|
||||
(tags-todo "+PRIORITY<\"D\"-STYLE=\"habit\"" (
|
||||
(tags-todo "+PRIORITY<\"D\"-TODO=\"WIP\"-TODO=\"READY\"" (
|
||||
(org-agenda-overriding-header "To Do")
|
||||
))
|
||||
(tags-todo "+PRIORITY>=\"D\"-STYLE=\"habit\"-TODO=\"WIP\"-TODO=\"READY\"" (
|
||||
(tags-todo "+PRIORITY>=\"D\"-TODO=\"WIP\"-TODO=\"READY\"" (
|
||||
(org-agenda-overriding-header "Low Priority")
|
||||
))
|
||||
)
|
||||
|
|
Reference in a new issue