emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] skip entry with inherited tags


From: Matthias Teege
Subject: [Orgmode] skip entry with inherited tags
Date: Tue, 18 May 2010 09:42:32 +0200
User-agent: Mutt/1.5.17 (2008-05-05)

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?

Many thanks
Matthias




reply via email to

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