emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Rick Moynihan <rick.moynihan@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Custom filtering the agenda by (file) tag
Date: Wed, 5 Nov 2008 07:45:33 +0100	[thread overview]
Message-ID: <2F829704-5F3A-4A73-BA9F-2D4CBA96AB5C@uva.nl> (raw)
In-Reply-To: <e85471e30811041518g45ff4b3akd2cfdf3e923ed28d@mail.gmail.com>

Hi Rick,

you would need to write your own skip function, using a call to

(member "PERSONAL" (org-get-tags-at))

HTH

- Carsten

On Nov 5, 2008, at 12:18 AM, Rick Moynihan wrote:

> Hi all,
>
> I've been setting up a whole bunch of org-agenda-custom-commands and
> am having trouble setting up a filter to display ONLY items in the
> agenda view which are tagged PERSONAL across all my org-agenda-files.
>
> I tried several ways to do this and ended up trying the following:
>
> (org-add-agenda-custom-command
> '("b" agenda "Personal Agenda"
>   ((org-agenda-skip-function '(org-agenda-skip-subtree-if
>                                'notregexp ":PERSONAL:")))))
>
> Unfortunately this doesn't appear to work with FILETAGS as it relies
> on matching against a regex.  How can I implement this view with full
> tag support and inheritance?
>
> Thanks again,
>
> R.
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2008-11-05  6:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-04 23:18 Custom filtering the agenda by (file) tag Rick Moynihan
2008-11-05  6:45 ` Carsten Dominik [this message]
2008-11-05  9:58   ` Carsten Dominik

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=2F829704-5F3A-4A73-BA9F-2D4CBA96AB5C@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=rick.moynihan@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).