From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: Re: Feature request: setq org-agenda-follow-indirect 'parent Date: Tue, 25 Sep 2012 12:27:16 +0200 Message-ID: References: <87a9weq4qw.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGSMf-0002WY-RT for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 06:27:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGSMe-0002fw-Su for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 06:27:41 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:36961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGSMe-0002eP-Ln for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 06:27:40 -0400 Received: by pbbrq2 with SMTP id rq2so1725976pbb.0 for ; Tue, 25 Sep 2012 03:27:39 -0700 (PDT) In-Reply-To: <87a9weq4qw.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode >>> >>> In this example, in order to work on, or even decide anything about >>> "Todo item 1", chances are that I'd also need to see the contents of >>> the "References" and "Notes" items ; so the tree I'd need to see in >>> the indirect buffer should have the *parent* of "Todo item 1" as root, >>> instead of "Todo item 1" itself. > > C-u 1 C-c C-x b > > in Todo item 1 should do. > Hi, Bastien, thanks for your reply. Indeed, "C-u -1 C-c C-x b" is what I'm looking for. So, in a nutshell, I wish that, using the agenda with follow-mode on, hitting or would trigger (org-tree-to-indirect-buffer -1). -- Nicolas