202501011735751756
This commit is contained in:
parent
470502d938
commit
a621173e51
3 changed files with 7 additions and 24 deletions
|
@ -341,29 +341,19 @@ PRIORITY may be one of the characters ?A, ?B, or ?C."
|
|||
'(
|
||||
;; Filter where tag is CRITICAL
|
||||
(:name "Critical Tasks"
|
||||
:tag "CRITICAL"
|
||||
:tag "CRIT"
|
||||
:order 0
|
||||
)
|
||||
;; Filter where TODO state is IN-PROGRESS
|
||||
(:name "Currently Working"
|
||||
:todo "IN-PROGRESS"
|
||||
:todo "STRT"
|
||||
:order 1
|
||||
)
|
||||
;; Filter where TODO state is BLOCKED or where the tag is obstacle
|
||||
(:name "Problems & Blockers"
|
||||
:todo "BLOCKED"
|
||||
:todo "HOLD"
|
||||
:order 3
|
||||
)
|
||||
;; Filter where tag is research
|
||||
(:name "Research Required"
|
||||
:tag "research"
|
||||
:order 4
|
||||
)
|
||||
;; Filter where tag is chores
|
||||
(:name "Chores"
|
||||
:tag "chores"
|
||||
:order 5
|
||||
)
|
||||
;; Filter where tag is meeting and priority is A (only want TODOs from meetings)
|
||||
(:name "Meeting Action Items"
|
||||
:and (:tag "meeting" :priority "A")
|
||||
|
@ -384,16 +374,6 @@ PRIORITY may be one of the characters ?A, ?B, or ?C."
|
|||
:priority<= "C"
|
||||
:order 9
|
||||
)
|
||||
;; Filter where TODO state is VERIFYING
|
||||
(:name "Currently Being Verified"
|
||||
:todo "VERIFYING"
|
||||
:order 10
|
||||
)
|
||||
;; Filter where TODO state is PLANNING
|
||||
(:name "Planning Next Steps"
|
||||
:todo "PLANNING"
|
||||
:order 11
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue