emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] skip entry with inherited tags


From: Martin Pohlack
Subject: Re: [Orgmode] skip entry with inherited tags
Date: Tue, 18 May 2010 13:18:37 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9pre) Gecko/20100217 Shredder/3.0.3pre

Hi,

On 18.05.2010 09:42, Matthias Teege wrote:
Moin,

I'm using a simple skip-function to exclude todos from a list.

(defun my-skip-someday-and-scheduled ()
   ""
      (org-agenda-skip-entry-if 'scheduled 'regexp ":SOMEDAY:"))

That works when the tag was assigned to an entry but not when it was
inherited from a parent. How do I get all tags for an entry?

I have been using the same approach with the same limitations. I stumbled upon the "tags filter preset", which supposedly should filter out headlines with a specific tag set.

I tried to set it to "-maybe" but it did not seem to have an effect with the default "Agenda" type. Is this supposed to work?


Maybe this can help in your case:

For custom "Tags search" agenda entries I directly inline all relevant tag queries like so:

TODO="INBOX"-maybe|TODO="WAIT"-maybe+SCHEDULED<="<today>"|TODO="TICK"-maybe+SCHEDULED<="<today>"

Cheers,
Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]