From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Show parent PROJECTS for an item Date: Sun, 17 May 2009 16:25:38 -0500 Message-ID: <87k54fa0bx.fsf@fastmail.fm> References: <1e5bcefd0905151433v72384998ub908996d78dcbdb2@mail.gmail.com> <2BA22C73-CD1F-4791-BA0C-E7112CABD4ED@gmail.com> <938fae2d0905171358k5d784096h8b2147052319ab9e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M5nr7-00078l-NK for emacs-orgmode@gnu.org; Sun, 17 May 2009 17:25:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M5nr2-00076o-DW for emacs-orgmode@gnu.org; Sun, 17 May 2009 17:25:12 -0400 Received: from [199.232.76.173] (port=55098 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5nr2-00076h-5Y for emacs-orgmode@gnu.org; Sun, 17 May 2009 17:25:08 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:60252) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M5nr1-0000kZ-RS for emacs-orgmode@gnu.org; Sun, 17 May 2009 17:25:07 -0400 In-Reply-To: <938fae2d0905171358k5d784096h8b2147052319ab9e@mail.gmail.com> (Eraldo Helal's message of "Sun, 17 May 2009 22:58:41 +0200") 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: Eraldo Helal Cc: emacs-orgmode@gnu.org Eraldo Helal writes: > I am having a similar problem as Marcelo... > However, in order to keep the agenda flat I only want the parent > PROJECT headline (the inner most) to be the prefix. > In his example this would be the following: > > My-sub-sub-project NEXT Call Liz RE: account creation =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=C2=A0 > :@call:@work: > > The problem is that I did not yet find out how I can get the project headline> (in this case: my-sub-sub-project) as agenda prefix. Why not use categories for this? You could define a category for each project: --8<---------------cut here---------------start------------->8--- ** Some Project :PROPERTIES: :CATEGORY: special project :END: *** TODO Testing --8<---------------cut here---------------end--------------->8--- Would show up in the agenda as: --8<---------------cut here---------------start------------->8--- special project:TODO Testing --8<---------------cut here---------------end--------------->8--- - Matt