From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Re: Projects with priority items Date: Mon, 14 Feb 2011 21:32:15 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=39022 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpBeD-0007Wa-R1 for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 22:32:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpBeC-0006Wi-Md for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 22:32:17 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:35015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpBeC-0006Wd-Et for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 22:32:16 -0500 Received: by bwz16 with SMTP id 16so63738bwz.0 for ; Mon, 14 Feb 2011 19:32:15 -0800 (PST) In-Reply-To: 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: Samuel Wales Cc: emacs-orgmode On Mon, Feb 14, 2011 at 8:44 PM, Nathan Neff wrote: > On Mon, Feb 14, 2011 at 3:14 PM, Samuel Wales wrot= e: >> Excellent question. =A0Do you mean all ancestors? >> > > Yes. =A0That makes sense. > > If I have this: > > * Some project =A0 :project: > ** TODO Task Foo > ** [#A] TODO Task Bar > > I would like an agenda view that would show items tagged with > :project: and its TODO descendants. =A0I would like the descendants > to remain under the parent, otherwise they lose context, and get spread a= round > the agenda view. > > My main goal is part of a weekly review, where I look at all my > projects, and make > sure they have some TODO item that's scheduled. > > I'll look around for some solutions, and post anything that I come up wit= h. I think I found a suitable solution: Just set org-agenda-sorting-strategy nil for my custom project agenda: ("pp" "Projects" tags-todo "project-DONE-CANCELLED" ((org-agenda-overriding-header "Projects (High Level)") (org-agenda-sorting-strategy nil))) At least this keeps the sub-tasks under the tasks, and provides a readable agenda view, like this: TODO Project A .TODO Project A subtask .TODO [#A] Another project A subtask Will update the list w/any other fixes/tweaks to this solution. --Nate > > Any ideas are appreciated. > > Thanks, > --Nate >