From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?UmFkb3PFgmF3IEdyemFua2E=?= Subject: Re: Keeping agenda window Date: Tue, 15 Jun 2010 13:12:20 +0200 Message-ID: <4C176014.7060505@gmail.com> References: <4C17317B.8000807@gmail.com> <8A83F2FE-5489-4333-BC12-7284EC422F80@gmail.com> <4C173AC0.8050309@gmail.com> <871vc8im57.fsf@fastmail.fm> Reply-To: radoslawg@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=60993 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOU4N-0005FX-OD for emacs-orgmode@gnu.org; Tue, 15 Jun 2010 07:12:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOU4M-0006ZT-D6 for emacs-orgmode@gnu.org; Tue, 15 Jun 2010 07:12:39 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:36976) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOU4M-0006ZK-4R for emacs-orgmode@gnu.org; Tue, 15 Jun 2010 07:12:38 -0400 Received: by fxm19 with SMTP id 19so3352677fxm.0 for ; Tue, 15 Jun 2010 04:12:37 -0700 (PDT) In-Reply-To: <871vc8im57.fsf@fastmail.fm> 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: emacs-orgmode@gnu.org W dniu 2010-06-15 13:13, Matt Lundin pisze: > Radosław Grzanka writes: > > >> W dniu 2010-06-15 10:16, Livin Stephen Sharma pisze: >> >> Radek, have you tried 'org-agenda-follow-mode'? [ yes, I did >> see you write "..if i follow the link to one of my outlines.." in >> your email :) ] >> >> Hello, 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: "In Follow mode, as you move the cursor through the agenda >> buffer, the other window always shows the corresponding location in >> the Org file." >> > Follow mode works as described here. What precisely is not working for > you? > I might have not written this clearly. From description it seems that follow mode, once activated should change the content of the other window whenever I change cursor position in agenda buffer. It does not. It changes content of the other window only upon activation (hitting 'F') and then does nothing. It says "Follow" in status bar but seems to do nothing until I quit Follow mode and enter it again. > Try TAB (org-agenda-goto). > > ,----[(info "(org) Agenda commands")] > | `' > | Go to the original location of the item in another window. Under > | Emacs 22, `mouse-1' will also works for this. > `---- > I knew it was supposed to be simple! Thank you very much. This is exactly what I wanted - thanks. Radek.