From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Nedrehagen Subject: Re: Re: R: Show parent header in agenda Date: Mon, 09 Mar 2009 11:08:54 +0100 Message-ID: References: <691538.89175.qm@web28313.mail.ukl.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 Content-Transfer-Encoding: 7BIT Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgcPt-0000mm-IT for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 06:09:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgcPr-0000ji-AH for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 06:09:00 -0400 Received: from [199.232.76.173] (port=38128 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgcPr-0000jC-2U for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 06:08:59 -0400 Received: from bgo1smout1.broadpark.no ([217.13.4.94]:37888) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LgcPq-0007qD-KT for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 06:08:58 -0400 Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0KG8006A6HIVTQA0@bgo1smout1.broadpark.no> for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 11:08:55 +0100 (CET) Received: from gorontha.mshome.net ([80.203.148.138]) by bgo1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0KG8008PZHIUM2B0@bgo1sminn1.broadpark.no> for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 11:08:54 +0100 (CET) In-reply-to: <691538.89175.qm@web28313.mail.ukl.yahoo.com> 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 org mode mailinglist > > please, read more carefully the manual on section 10.5. > > use C-u N[1] b > > [1] with N the number of headings you want to go up > Yes indeed, C-u 1 b shows the parent header in another buffer. It does not give me quite the overview that I am looking for but it is a decent alternative. But I think Ill give my Elisp a shot. I am thinking of a solution that would fit me. If I have a TODO that is covered by subtopics, I mark it with the todo string IN PROGRESS (an alternative would be a tag) Ill make some option so that, if there is a header marked IN PROGRESS (or tag) it will display it and a filtered selection of the subheaders. So that my agenda will look like this: mygtd: ...IN PROGRESS A main topic mygtd: ...+----TODO Fix me mygtd: ...+----TODO Fix me too mygtd: ...+----NEXT Fix me first or something like that. But in the meantime ill just make a shortcut to C-u 1 b ;) Thanks