Re: [Orgmode] Re: Feature Request: horizontal split for agenda view

2008-05-16 Thread Carsten Dominik
Hi Jan, very interesting! Thanks. - Carsten On May 16, 2008, at 7:52 PM, Jan Rehders wrote: Hi, for future reference here is my solution: ;; patch org mode to use vertical splitting (defadvice org-prepare-agenda (after org-fix-split) (toggle-window-split)) (ad-activate 'org-prepare-agenda

[Orgmode] Re: Feature Request: horizontal split for agenda view

2008-05-16 Thread Jan Rehders
Hi, for future reference here is my solution: ;; patch org mode to use vertical splitting (defadvice org-prepare-agenda (after org-fix-split) (toggle-window-split)) (ad-activate 'org-prepare-agenda) Using the `toggle-window-split' from http://www.emacswiki.org/cgi-bin/wiki/ToggleWindowSplit

[Orgmode] Re: Feature Request: horizontal split for agenda view

2008-05-14 Thread Paul R
Jan Rehders <[EMAIL PROTECTED]> writes: > Hi, > > on widescreen displays splitting the window vertically for `org- > agenda' will use the screen space inefficiently. An option to use > horizontal split windows would be nice. I tried to hack this together > myself but could not figure out where th