问题描述
我在Freenode上的#org-mode组找到了答案
I found answer thanks to #org-mode group on freenode
我在 org-agenda-list 和 org-todo-list
函数,它们打破了我的Windows拆分并将emacs拆分为2个相等的窗口,是否有解决方法?或在当前活动窗口中是否有其他用于加载待办事项/议程的功能?我有解决赢者撤消的方法(但是让我生气)。
I have problem with org-agenda-list
and org-todo-list
functions, they break my windows splits and split emacs to 2 equal windows, is there any way to fix it? Or any other function for load todo/agenda in current active window? I have workaround with winner-undo (but it pissing me off).
Emacs窗口布局在函数调用
Emacs window layout before function calls
函数调用
后的Emacs
Emacs after functions call
推荐答案
设置组织您的init.el中的议程窗口设置
Set org-agenda-window-setup in your init.el
(setq org-agenda-window-setup 'current-window)
感谢freenode上#org-mode的quicksilver
Thanks to quicksilver from #org-mode on freenode
输入 Ch v org-agenda-window-setup
来输入其他选项。
这篇关于Emacs org-agenda-list破坏了我的Windows拆分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!