From: Nathan Neff <nathan.neff@gmail.com>
To: Samuel Wales <samologist@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Projects with priority items
Date: Mon, 14 Feb 2011 21:32:15 -0600 [thread overview]
Message-ID: <AANLkTi=Q5EcEiR_kzqhQoj3e_q_YYrzQQ8rP4EL=R2mw@mail.gmail.com> (raw)
In-Reply-To: <AANLkTimCc1XE8xGEudAXadpBEdqMDEV5Gn560o2H2bD5@mail.gmail.com>
On Mon, Feb 14, 2011 at 8:44 PM, Nathan Neff <nathan.neff@gmail.com> wrote:
> On Mon, Feb 14, 2011 at 3:14 PM, Samuel Wales <samologist@gmail.com> wrote:
>> Excellent question. Do you mean all ancestors?
>>
>
> Yes. That makes sense.
>
> If I have this:
>
> * Some project :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. I would like the descendants
> to remain under the parent, otherwise they lose context, and get spread around
> 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 with.
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
>
prev parent reply other threads:[~2011-02-15 3:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-14 18:46 Projects with priority items Nathan Neff
2011-02-14 21:14 ` Samuel Wales
2011-02-15 2:44 ` Nathan Neff
2011-02-15 3:32 ` Nathan Neff [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='AANLkTi=Q5EcEiR_kzqhQoj3e_q_YYrzQQ8rP4EL=R2mw@mail.gmail.com' \
--to=nathan.neff@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=samologist@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).