From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Feature request: setq org-agenda-follow-indirect 'parent Date: Tue, 25 Sep 2012 03:18:47 +0200 Message-ID: <87a9weq4qw.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGJnR-0005Rc-Ok for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 21:18:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGJnQ-0000wy-SB for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 21:18:45 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:51659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGJnQ-0000wk-MO for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 21:18:44 -0400 Received: by wibhn17 with SMTP id hn17so4630272wib.12 for ; Mon, 24 Sep 2012 18:18:43 -0700 (PDT) In-Reply-To: (Nicolas Girard's message of "Thu, 20 Sep 2012 15:52:50 +0200") 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: Nicolas Girard Cc: emacs-orgmode Hi Nicolas, Nicolas Girard writes: >> Indeed, within my PROJECT items, I differentiate between TODO and >> support (notes, references) children ; for instance >> #+BEGIN_SRC org >> ,* PROJECT My project >> ,** References >> ,*** Ref 1 >> ,*** Ref 2 >> ,** Notes >> ,*** Note 1 >> ,*** Note 2 >> ,** TODO Todo item 1 >> ,** TODO Todo item 2 >> #+END_SRC >> >> 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. HTH, -- Bastien