emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-agenda-skip-function does not find inherited tags


From: Kaushal Modi
Subject: Re: [O] org-agenda-skip-function does not find inherited tags
Date: Mon, 11 Sep 2017 19:35:06 +0000

On Wed, Sep 6, 2017 at 12:33 PM Nicolas Goaziou <address@hidden> wrote:
You write a more appropriate function and use it as
`org-agenda-skip-function'. It could re-use the following snippet:

  (not (member "@work" (org-split-string (org-entry-get (point) "ALLTAGS"))))

TIL about ALLTAGS and other Special Properties.

That org-split-string though needs the separator argument though, right?

(org-split-string (org-entry-get (point) "ALLTAGS") ":")
--

Kaushal Modi


reply via email to

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