From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Feature Request: horizontal split for agenda view Date: Fri, 16 May 2008 23:03:29 +0200 Message-ID: <025CB08D-CA45-46E1-AA6A-E882C3B97F9E@uva.nl> References: <1025D416-4076-48EB-8AF0-365A2B943B3B@gmx.de> <87skwlkzbs.fsf@gmail.com> <5FE84697-088D-4359-B0AE-1E977FEEBFD4@gmx.de> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jx75S-00028I-Op for emacs-orgmode@gnu.org; Fri, 16 May 2008 17:03:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jx75R-00026W-9l for emacs-orgmode@gnu.org; Fri, 16 May 2008 17:03:34 -0400 Received: from [199.232.76.173] (port=44785 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jx75R-00026P-0k for emacs-orgmode@gnu.org; Fri, 16 May 2008 17:03:33 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:18194) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jx75Q-0005pY-I7 for emacs-orgmode@gnu.org; Fri, 16 May 2008 17:03:32 -0400 In-Reply-To: <5FE84697-088D-4359-B0AE-1E977FEEBFD4@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jan Rehders Cc: emacs-orgmode@gnu.org 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