From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Agenda that shows hierarchy above matches? Date: Mon, 3 Aug 2009 06:31:24 +0200 Message-ID: <7B7F5845-3C88-4E5D-8D36-C75DA26D2860@gmail.com> References: <87my6vdcp5.wl%tils@tils.net> <87fxcn4w1l.wl%ucecesf@ucl.ac.uk> <87hbx3d1zi.wl%tils@tils.net> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXpCu-0004zw-Jr for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:31:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXpCq-0004yN-Pb for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:31:32 -0400 Received: from [199.232.76.173] (port=52707 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXpCq-0004yI-Hk for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:31:28 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:64591) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXpCq-0001tv-42 for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:31:28 -0400 Received: by mail-ew0-f211.google.com with SMTP id 7so1038724ewy.42 for ; Sun, 02 Aug 2009 21:31:27 -0700 (PDT) In-Reply-To: <87hbx3d1zi.wl%tils@tils.net> 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: Tilmann Singer Cc: emacs-orgmode@gnu.org On Jul 23, 2009, at 2:21 PM, Tilmann Singer wrote: > 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. What about follow mode in the agenda? - Carsten