emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Robert Goldman <rpgoldman@real-time.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Showing todos with inherited tags in agenda views
Date: Fri, 22 Aug 2008 15:09:27 -0400	[thread overview]
Message-ID: <87k5e8yihk.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <48AE0BA4.5030603@real-time.com> (Robert Goldman's message of "Thu\, 21 Aug 2008 19\:43\:16 -0500")

Robert Goldman <rpgoldman@real-time.com> writes:

> I hope that this isn't too much of an FAQ, but I searched the mailing
> list and couldn't find an answer (although I could find the question
> being asked):
>
> Is it possible to tailor the agenda view so that when it displays the
> TODO items it shows those todo items with their *inherited* tags?
>
> My display seems to show only the tags directly applied to the items.
> This isn't so great for me, since I put my TODO items in multiple files,
> one for each project, and put at the * Tasks level in those files a tag
> corresponding to the project.  I'd really like to see those tags in the
> agenda view, so I know what project the TODOs belong to.

Hi Robert,

I use categories for this.  I have multiple org files (normally one per
project) but some files (like todo.org) are catch-all org files which
have multiple categories.

I set the category for a subtree using a property.

All of my project tasks are level 2 tasks so they have a level 1 parent
task for organizing things.  Such as

,----[ proj1.org ]
| * Support
|   :PROPERTIES:
|     :ARCHIVE: %s_archive::* Support
|     :CATEGORY: PROJ1
|   :END:
| ** TODO First Project
| ** TODO Second Project
`----

so all tasks in this project show up in the agenda in the 'PROJ1'
category.  You're free to set different categories for any subtree and I
find it very flexible.

This works great for me.

-Bernt

  parent reply	other threads:[~2008-08-22 19:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-22  0:43 Showing todos with inherited tags in agenda views Robert Goldman
2008-08-22 13:22 ` Manuel Hermenegildo
2008-08-22 14:40 ` Denis Bueno
2008-08-22 19:09 ` Bernt Hansen [this message]
2008-08-26  8:10   ` Richard G Riley

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=87k5e8yihk.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=rpgoldman@real-time.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).