From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Projects with priority items Date: Mon, 14 Feb 2011 12:46:06 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=38181 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp3R4-0000MQ-ER for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 13:46:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pp3R3-0006eD-EM for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 13:46:10 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:48260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pp3R3-0006dQ-7q for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 13:46:09 -0500 Received: by bwz16 with SMTP id 16so5707318bwz.0 for ; Mon, 14 Feb 2011 10:46:07 -0800 (PST) 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 I have a custom agenda view that shows items with the tag "project". It shows a TODO list like this: * TODO Project A ** TODO Subtask for project A ** TODO Another task for A * TODO Project B ** TODO B subtask However, if I put a priority on "Subtask for project A", then the subtask jumps out of its nested structure like this: ** TODO [#A] Subtask for project A * TODO Project A This becomes confusing when I have 6-7 projects going on. Is there an agenda sorting strategy that I can use to keep the TODOs inside their respective parents? Thanks, --Nate