Emacs org-agenda-list destroy my windows splits

前端 未结 2 635
不知归路
不知归路 2021-02-05 06:11

I found answer thanks to #org-mode group on freenode


I have problem with org-agenda-list and org-todo-list functions, they break my windo

相关标签:
2条回答
  • 2021-02-05 06:35

    The simplest way is to use default Emacs customization:

    M-x customize-group org-agenda-windows
    

    There are several options, including current window. Try them out, I think one of them will do what you need.

    0 讨论(0)
  • 2021-02-05 06:40

    Set org-agenda-window-setup in your init.el

    (setq org-agenda-window-setup 'current-window) 
    

    Thanks to quicksilver from #org-mode on freenode

    Type C-h v org-agenda-window-setup for other options.

    0 讨论(0)
提交回复
热议问题