I think I got a neat org agenda setup this time.
Or maybe it's because the semester is not on yet so I don't have any scheduled items or deadlines.
This was somewhat inspired by https://www.reddit.com/r/emacs/comments/isesfo/get_things_done_with_emacs/, with some code taken from there. My setup's source available at: https://github.com/cadadr/configuration/blob/316daa1c974e71abdff8cc7f6913ea69b273754b/emacs.d/init.el#L4516-L4584
@cadadr Neat! Thanks for sharing the config behind it. What does this line do in the context of the agenda? `(gk-turn-on-outline-minor-mode "^[A-Z] " " :$" "C-'"))`