From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: see subtrees in agenda Date: Tue, 22 Apr 2008 11:57:00 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JoByD-0003XU-4T for emacs-orgmode@gnu.org; Tue, 22 Apr 2008 02:27:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JoByA-0003Wu-Ur for emacs-orgmode@gnu.org; Tue, 22 Apr 2008 02:27:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JoByA-0003Wr-OO for emacs-orgmode@gnu.org; Tue, 22 Apr 2008 02:27:10 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JoBy9-0002Yu-MY for emacs-orgmode@gnu.org; Tue, 22 Apr 2008 02:27:09 -0400 Received: from ti-out-0910.google.com ([209.85.142.185]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JoBy7-00006B-5Y for emacs-orgmode@gnu.org; Tue, 22 Apr 2008 02:27:07 -0400 Received: by ti-out-0910.google.com with SMTP id a20so568384tia.10 for ; Mon, 21 Apr 2008 23:27:01 -0700 (PDT) In-Reply-To: Content-Disposition: inline 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: Daniel Goldin Cc: emacs-orgmode@gnu.org Carsten> > On Mon, Apr 21, 2008 at 2:11 AM, Carsten Dominik wrote: Carsten> > > Can you please be more specific with your request? Carsten> > > An example, maybe? Jeff> > I think he means something like the following: Jeff> > Jeff> > ** TODO This amazing event Jeff> > DEADLINE: <2008-04-21 Mon> Jeff> > *** TODO First part of the event Jeff> > *** TODO Second part of the event Jeff> > Jeff> > And then in agenda instead of seeing just: Jeff> > This amazing event Jeff> > Jeff> > You'd see the subtree as well: Jeff> > This amazing event Jeff> > First part of the event Jeff> > Second part of the event Daniel> > That is exactly what I meant. Thanks for the example and the translation. Please check out `f' (org-agenda-follow-mode) and `b' (org-agenda-tree-to-indirect-buffer) in agenda view. May be they would suffice? -- Manish