If you’re an Org-mode user you’ve probably seen some of the custom Agenda displays that enterprising users have created. They can be useful for those who like to organize their activities and use the Agenda as a portal into that organization. Daniel Gopar gives us a pointer to how it’s done:
#orgtip: Ever wanted to know the ordering of items in the agenda view? The docs do a great breakdown of how that happens, plus you can even customize via `org-agenda-sorting-strategy`.https://t.co/184AMkO8lv#emacs #orgmode
— Daniel Gopar (@pygopar) February 9, 2021
The link in the tweet takes you to the section of the Emacs manual that describes the default sorting of Agenda items. If you want to build a richer, customized display, you should check the section of the Org manual on Custom Agenda Views or you could take a look at Alphapapa’s org-super-agenda package.