From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Restricting the agenda to the current subtree Date: Tue, 27 Nov 2007 14:19:37 +0000 Message-ID: <871wabahza.fsf@bzg.ath.cx> References: <47471647.8000308@calicojack.co.uk> 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 1Ix1Hs-00089P-GT for emacs-orgmode@gnu.org; Tue, 27 Nov 2007 09:19:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ix1Hr-00087T-2l for emacs-orgmode@gnu.org; Tue, 27 Nov 2007 09:19:43 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ix1Hq-000874-Og for emacs-orgmode@gnu.org; Tue, 27 Nov 2007 09:19:42 -0500 Received: from ug-out-1314.google.com ([66.249.92.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ix1Hq-0000IP-8N for emacs-orgmode@gnu.org; Tue, 27 Nov 2007 09:19:42 -0500 Received: by ug-out-1314.google.com with SMTP id a2so1388822ugf for ; Tue, 27 Nov 2007 06:19:40 -0800 (PST) In-Reply-To: <47471647.8000308@calicojack.co.uk> (Rick Moynihan's message of "Fri, 23 Nov 2007 18:04:55 +0000") 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 Hi Rick, Rick Moynihan writes: > Firstly is it possible to bind this to a simple key-chord though as I'm > finding > > C-a < < a > > A little unwieldy. You can still press `C-c a 0' instead -- this keybinding is kept for backward compatibility. > Also, how about implementing another "follow" command, that does the > opposite of following movements in the agenda view and displaying them > in the file. i.e. When enabled it uses the org-goto interface to follow > movements within the file and display the restricted agenda view in > another window. I'm not sure to understand. Do you mean: while browsing an org file with org-goto, display the current entry in an agenda view when available? Maybe you could give a try to `org-toc.el': when the "info mode" is on and you are browsing the table of contents, it displays any timestamp the entry may have (which I find more "light" than building agenda views successively...) -- Bastien