From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Moynihan Subject: Re: Restricting the agenda to the current subtree Date: Wed, 28 Nov 2007 10:52:27 +0000 Message-ID: <474D486B.6070406@calicojack.co.uk> References: <47471647.8000308@calicojack.co.uk> <871wabahza.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxKXD-0004uq-NC for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 05:52:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxKXB-0004tG-KT for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 05:52:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxKXB-0004tC-FU for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 05:52:49 -0500 Received: from storm.bpweb.net ([83.223.106.8]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IxKXA-0001Rh-N4 for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 05:52:48 -0500 In-Reply-To: <871wabahza.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org Bastien wrote: > 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? Yes, but an appropriately filtered agenda view to the current subtree. 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...) Thanks for this, when I find the time I'll take a look at it. R.