How can I show the Org-mode agenda on Emacs start-up?

后端 未结 6 2190
失恋的感觉
失恋的感觉 2020-12-13 19:40

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

6条回答
  •  遥遥无期
    2020-12-13 20:14

    I have a bash alias to start emacs with the Agenda open:

    alias org='/usr/bin/emacs --funcall org-agenda-list &'

    Enjoy.

提交回复
热议问题