emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Agenda Buffer


From: Eric S Fraga
Subject: Re: [Orgmode] Agenda Buffer
Date: Tue, 11 Aug 2009 14:47:56 +0100
User-agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/23.1 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

At Mon, 10 Aug 2009 03:20:34 -0700,
Jesus Alvarez wrote:
> 
> Hello,
> 
> This is my first time ever writing to a mailing list, but it has come to
> this. I am at my wits end. I "discovered" org-mode about a two months
> ago and it has completely changed the way I organize things, and that is
> my problem, I want to stay organized. In emacs, I have my frame
> full-screen and my windows split up into four quadrants. When I activate
> Agenda mode, it destroys my window configuration and I have to use
> winner to get it back again, but this closes the agenda. The only option
> that I know of is to reset all the windows with the agenda already
> opened. So my question is, is there a way to set org-mode not to chew up
> my window setup? I have a feeling this is more of a problem with emacs
> than org-mode though.

You may wish to have a look at org-agenda-window-setup (and others):

,----
| org-agenda-window-setup is a variable defined in `org-agenda.el'.
| Its value is reorganize-frame
| 
| 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-frame       Use `switch-to-buffer-other-frame' to display agenda.
| other-window      Use `switch-to-buffer-other-window' to display agenda.
| reorganize-frame  Show only two windows on the current frame, the current
|                   window and the agenda.
| See also the variable `org-agenda-restore-windows-after-quit'.
| 
| You can customize this variable.
| 
| [back]
`----




reply via email to

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