emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: window setup that works with org-agenda


From: Eric S Fraga
Subject: Re: window setup that works with org-agenda
Date: Thu, 13 Aug 2020 15:42:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

On Thursday, 13 Aug 2020 at 13:33, Xianwen Chen (陈贤文) wrote:
> I would like to receive tips regarding how to permanently set up the
> window layout that I have on my mind. The layout has three windows.

Have a look at this variable which may provide what you want:

,----[ C-h v org-agenda-window-setup RET ]
| org-agenda-window-setup is a variable defined in ‘org-agenda.el’.
| Its value is ‘other-frame’
| Original value was ‘reorganize-frame’
| 
|   You can customize this variable.
| 
| Documentation:
| How the agenda buffer should be displayed.
| Possible values for this option are:
| 
| current-window    Show agenda in the current window, keeping all other 
windows.
| other-window      Use ‘switch-to-buffer-other-window’ to display agenda.
| only-window       Show agenda, deleting all other windows.
| reorganize-frame  Show only two windows on the current frame, the current
|                   window and the agenda.
| other-frame       Use ‘switch-to-buffer-other-frame’ to display agenda.
|                   Also, when exiting the agenda, kill that frame.
| See also the variable ‘org-agenda-restore-windows-after-quit’.
`----

I have a new frame popup when I ask for an agenda view, leaving the
window setup for the original frame untouched.
-- 
: Eric S Fraga via Emacs 28.0.50, Org release_9.3.7-705-gea9463



reply via email to

[Prev in Thread] Current Thread [Next in Thread]