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
Thanks to both of you for your help :)
Jan
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode