From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: org-agenda-follow-mode and vertical buffers Date: Mon, 16 Feb 2009 12:11:56 -0600 Message-ID: <87y6w6qmj7.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZ7w2-0002HO-Kl for emacs-orgmode@gnu.org; Mon, 16 Feb 2009 13:11:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZ7w2-0002H1-1D for emacs-orgmode@gnu.org; Mon, 16 Feb 2009 13:11:14 -0500 Received: from [199.232.76.173] (port=46250 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZ7w1-0002Gx-Ol for emacs-orgmode@gnu.org; Mon, 16 Feb 2009 13:11:13 -0500 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:36844) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZ7w1-0002qO-Gr for emacs-orgmode@gnu.org; Mon, 16 Feb 2009 13:11:13 -0500 In-Reply-To: (Spike Spiegel's message of "Mon, 16 Feb 2009 13:39:35 +0800") 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: Spike Spiegel Cc: emacs-orgmode@gnu.org Hi Spike, Spike Spiegel writes: > All my headlines tend to be quite short with a fair amount of notes so > when I'm looking at my agenda it's very useful for me to have the > follow mode on. Unfortunately the horizontal buffer causes me quite a > bit of pain drastically reducing the amount of items I can see at one > time while half of my screen is completely empty. I've tried to look > at org-agenda.el but while I see where that's defined and set I can't > find where it's used and the decision about the type of buffer made. > Can anybody help please? Check out the variable org-agenda-window-setup. If you set this either to other-window or current-window, it will preserve your current window arrangement. For instance, if you have your frame divided vertically into two side-by-side windows, it will enable you to see the agenda side-by-side with your currently visible org file. Best, Matt