emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Carsten Dominik
Subject: Re: [Orgmode] Re: Feature Request: horizontal split for agenda view
Date: Fri, 16 May 2008 23:03:29 +0200

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





reply via email to

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