Compare commits

..

No commits in common. "06ae1cf95aaee0c820dd25743ac3440ee790a9d7" and "5bec83522dfdf015491d9bea0c53ed86471e7947" have entirely different histories.

11
init.el
View File

@ -1156,11 +1156,7 @@ respectively."
("C" "Checks"
((tags "TODO=\"\"-HOLD-SOMEWHEN-DATE-PERIODIC-NOTE-NOP-TOPIC-TEMPLATE-GOAL"
((org-agenda-overriding-header "Goals (i.e., complex tasks) not marked with GOAL")))
(org-ql-block '(and (not (tags "TOPIC"))
(descendants (tags "TOPIC")))
((org-ql-block-header "Non-TOPIC items containing TOPICs")
(org-agenda-sorting-strategy nil)))))
((org-agenda-overriding-header "Goals (i.e., complex tasks) not marked with GOAL")))))
("U" "Unsupervised (Waiting, Missed Appointments, Hold)"
((tags-todo "WAIT-HOLD-SOMEWHEN"
@ -1191,10 +1187,9 @@ respectively."
(tags "TAGS={NOTE}-TODO={CANC\\|DONE}-HOLD-NOP-SCHEDULED>=\"<+0d>\""
((org-agenda-overriding-header "Project Notes (items explicitly tagged with NOTE but not NOP, not scheduled now or in the future)")
(org-agenda-prefix-format '((tags . "%-8c ")))))
(tags "TAGS={TOPIC}-SCHEDULED>=\"<+0d>\""
(tags "TODO=\"\"+TAGS={TOPIC}-SCHEDULED>=\"<+0d>\""
((org-agenda-overriding-header "Topics")
(org-agenda-prefix-format '((tags . "%-8c%l ")))
(org-agenda-sorting-strategy nil)))
(org-agenda-prefix-format '((tags . "%-8c%l ")))))
(tags "TAGS={PERIODIC}-TODO={DONE\\|CANC}-HOLD-SCHEDULED>=\"<+0d>\""
((org-agenda-overriding-header "Periodic Projects (PERIODIC, not scheduled in the future, not done, not on hold)")
(org-agenda-prefix-format '((tags . "%-8c ")))))))