FIX calendar ordering

This commit is contained in:
Nathan Dwarshuis 2021-09-26 20:52:16 -04:00
parent a7fa9cab35
commit 6caa5a25f8
1 changed files with 1 additions and 1 deletions

View File

@ -2979,7 +2979,7 @@ original function being advised and ARGS are the arguments."
(org-back-to-heading t)
(and (org-x-headline-is-deadlined-p)
(org-x-headline-is-project-p)))
:order 4)
:order 7)
(:name "Deadlined Tasks" :order 5 :deadline t)
(:name "Scheduled" :order 4 :scheduled t)))))))