Comments on 2015-09-26 A few org-agenda hacks

Thanks, I hadn’t thought to turn on hl-line-mode in the Agenda. I added it to my org-agenda-mode-hook, and it works there too.

– Adam 2015-10-09 08:23 UTC


For the sole agenda window to open there is more concise recipe:

(setq org-agenda-window-setup ‘only-window)

– alex3rd 2015-10-11 13:21 UTC


As well as one for restoring your layout when exiting agenda view.

(setq org-agenda-restore-windows-after-quit t)

– z3ttacht 2015-10-29 14:49 UTC