Super agenda shows overdue items nicely now
This commit is contained in:
@@ -920,6 +920,11 @@ tasks."
|
|||||||
|
|
||||||
(setq org-super-agenda-groups
|
(setq org-super-agenda-groups
|
||||||
'(;; Each group has an implicit boolean OR operator between its selectors.
|
'(;; Each group has an implicit boolean OR operator between its selectors.
|
||||||
|
(:name " Overdue" ; Optionally specify section name
|
||||||
|
:scheduled past
|
||||||
|
:order 2
|
||||||
|
:face 'error)
|
||||||
|
|
||||||
(:name "Personal"
|
(:name "Personal"
|
||||||
:and(:file-path "Personal.p" :not (:tag "event"))
|
:and(:file-path "Personal.p" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
@@ -962,6 +967,7 @@ tasks."
|
|||||||
:scheduled today
|
:scheduled today
|
||||||
:order 1
|
:order 1
|
||||||
:face 'warning)
|
:face 'warning)
|
||||||
|
|
||||||
))
|
))
|
||||||
|
|
||||||
(org-super-agenda-mode t)
|
(org-super-agenda-mode t)
|
||||||
|
@@ -1078,6 +1078,11 @@ On Wayland, EAF doesn't work.
|
|||||||
|
|
||||||
(setq org-super-agenda-groups
|
(setq org-super-agenda-groups
|
||||||
'(;; Each group has an implicit boolean OR operator between its selectors.
|
'(;; Each group has an implicit boolean OR operator between its selectors.
|
||||||
|
(:name " Overdue" ; Optionally specify section name
|
||||||
|
:scheduled past
|
||||||
|
:order 2
|
||||||
|
:face 'error)
|
||||||
|
|
||||||
(:name "Personal"
|
(:name "Personal"
|
||||||
:and(:file-path "Personal.p" :not (:tag "event"))
|
:and(:file-path "Personal.p" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
@@ -1120,6 +1125,7 @@ On Wayland, EAF doesn't work.
|
|||||||
:scheduled today
|
:scheduled today
|
||||||
:order 1
|
:order 1
|
||||||
:face 'warning)
|
:face 'warning)
|
||||||
|
|
||||||
))
|
))
|
||||||
|
|
||||||
(org-super-agenda-mode t)
|
(org-super-agenda-mode t)
|
||||||
|
Reference in New Issue
Block a user