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]
`----


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to