From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Keeping agenda window Date: Tue, 15 Jun 2010 07:36:46 -0400 Message-ID: <87typ45xyp.fsf@gollum.intra.norang.ca> References: <4C17317B.8000807@gmail.com> <8A83F2FE-5489-4333-BC12-7284EC422F80@gmail.com> <4C173AC0.8050309@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=59923 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOURr-00039k-7B for emacs-orgmode@gnu.org; Tue, 15 Jun 2010 07:36:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOURm-0002IB-Qx for emacs-orgmode@gnu.org; Tue, 15 Jun 2010 07:36:51 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:59073) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOURm-0002Hy-PG for emacs-orgmode@gnu.org; Tue, 15 Jun 2010 07:36:50 -0400 In-Reply-To: <4C173AC0.8050309@gmail.com> (=?utf-8?Q?=22Rados=C5=82aw?= Grzanka"'s message of "Tue\, 15 Jun 2010 10\:33\:04 +0200") 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: radoslawg@gmail.com Cc: emacs-orgmode@gnu.org Rados=C5=82aw Grzanka writes: > W dniu 2010-06-15 10:16, Livin Stephen Sharma pisze: > > Radek, > =C2=A0have you tried 'org-agenda-follow-mode'? > =C2=A0[ yes, I did see you write "..if i follow the link to one of my= outlines.." in your email :) ] > > Hello, =C2=A0 thank you for your reply. I did not know about follow-mode > but it seems it is not working like described here: > http://orgmode.org/manual/Agenda-commands.html > > It says: =C2=A0"In Follow mode, as you move the cursor through the agenda > buffer, the other window always shows the corresponding location in > the Org file." . =C2=A0Unfortunately it does not work like that. It > doesn't "ALWAYS" show location - only when I enter follow-mode with > "F". > Follow mode is off by default when you start the agenda. You can change this with org-agenda-start-with-follow-mode. > =C2=A0 Either way, it is really nice feature (if it works like described) > but it still does not work like I want it. I want to be able to hit > 'RET' in agenda buffer and move cursor to other window to location of > the heading keeping agenda display in bottom window. RET replaces the agenda with the item. TAB does what you want I think. -Bernt