@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-'"))`
It's a simple wrapper to turn on outline-minor-mode. With it you can move by sections (C-' C-n, C-' C-p), fold them (C-' C-c, C-' C-e), &c.
If you'll copy the setup, do check out the latest version of it on master, it's a two window setup where it puts the long unsorted TODO list in a split window so the agenda is a bit more clearer.
@cadadr Thanks for the explanation. I've got an elaborate setup relying on org-ql already, and am using origami-mode for folding, but it might be a good idea to switch to outline-mode
Server run by the main developers of the project It is not focused on any particular niche interest - everyone is welcome as long as you follow our code of conduct!
@EFLS No problem!
It's a simple wrapper to turn on outline-minor-mode. With it you can move by sections (C-' C-n, C-' C-p), fold them (C-' C-c, C-' C-e), &c.
If you'll copy the setup, do check out the latest version of it on master, it's a two window setup where it puts the long unsorted TODO list in a split window so the agenda is a bit more clearer.