I would like the Org-mode agenda to automatically show what I have to do today when I open Emacs. The org-agenda command is interactive, so it doesn\'t seem to work well for
It is not exactly at startup, but I keep Emacs running so I need a different approach
(require 'midnight) (midnight-delay-set 'midnight-delay "7:30am") (add-hook 'midnight-hook 'org-agenda-list)
Credits to https://stackoverflow.com/a/14947354/217408