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)

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.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



_______________________________________________
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