From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tilmann Singer Subject: Re: Agenda that shows hierarchy above matches? Date: Thu, 23 Jul 2009 14:21:05 +0200 Message-ID: <87hbx3d1zi.wl%tils@tils.net> References: <87my6vdcp5.wl%tils@tils.net> <87fxcn4w1l.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTxIU-0003kT-CS for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 08:21:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTxIP-0003jZ-6k for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 08:21:17 -0400 Received: from [199.232.76.173] (port=48267 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTxIP-0003jV-33 for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 08:21:13 -0400 Received: from main.gmane.org ([80.91.229.2]:34158 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MTxIM-0000Ig-80 for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 08:21:10 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MTxIJ-0006Ue-9d for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 12:21:07 +0000 Received: from 83-65-190-51.krugerstrasse.xdsl-line.inode.at ([83.65.190.51]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jul 2009 12:21:07 +0000 Received: from tils by 83-65-190-51.krugerstrasse.xdsl-line.inode.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jul 2009 12:21:07 +0000 In-Reply-To: <87fxcn4w1l.wl%ucecesf@ucl.ac.uk> 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-orgmode@gnu.org At Thu, 23 Jul 2009 09:56:38 +0100, Eric S Fraga wrote: > > Given an projects.org like this: > > > > * Project A > > ** TODO do foo > > ** TODO do bar > > ** DONE do baz > > * Project B > > ** DONE do foo > > * TODO Another small thing > > add the CATEGORY property (C-c C-x p cat TAB) to A and B headings, > something like "Project A", say, and this will appear on the left of > the line in the agenda view in lieu of the file. Categories can help > give you a single level of context. Nice, thanks. That helps for certain cases. However, sometimes I have deeper nestings in my project files and would still like to see _all_ parent headlines of each item marked as TODO in an agenda overview. Also setting it as category would make it necessary duplicate the text of the headline. I guess what I really want is a sparse tree with all top level headlines removed that contain no match. Til