Compare commits
3 Commits
5bec83522d
...
06ae1cf95a
| Author | SHA1 | Date | |
|---|---|---|---|
| 06ae1cf95a | |||
| 414b59b1d8 | |||
| 7318c771ba |
11
init.el
11
init.el
@ -1156,7 +1156,11 @@ 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-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)))))
|
||||
|
||||
("U" "Unsupervised (Waiting, Missed Appointments, Hold)"
|
||||
((tags-todo "WAIT-HOLD-SOMEWHEN"
|
||||
@ -1187,9 +1191,10 @@ 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 "TODO=\"\"+TAGS={TOPIC}-SCHEDULED>=\"<+0d>\""
|
||||
(tags "TAGS={TOPIC}-SCHEDULED>=\"<+0d>\""
|
||||
((org-agenda-overriding-header "Topics")
|
||||
(org-agenda-prefix-format '((tags . "%-8c%l ")))))
|
||||
(org-agenda-prefix-format '((tags . "%-8c%l ")))
|
||||
(org-agenda-sorting-strategy nil)))
|
||||
(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 ")))))))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user