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