mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Super agenda shows overdue items nicely now
This commit is contained in:
parent
88c74f15ba
commit
7d4d0f7ca6
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue