emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Jan Rehders
Subject: [Orgmode] Re: Feature Request: horizontal split for agenda view
Date: Fri, 16 May 2008 19:52:38 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]