emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] tags-todo error with #+FILETAGS: enseignement


From: Nicolas Goaziou
Subject: Re: [O] tags-todo error with #+FILETAGS: enseignement
Date: Thu, 17 Aug 2017 15:20:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

Julien Cubizolles <address@hidden> writes:

> When an entry inherits a tag from a #+FILETAGS: line, all its parents
> get matched by a tags-todo agenda, even when they don't have a todo
> keyword.
>
> Consider the following:
>
> (setq org-agenda-files '("/home/wilk/tmp/test-org/test-todo.org"))
> (setq org-agenda-custom-commands
>       (quote (
>             ("wt" "Boulot"
>              (
>               (tags-todo "enseignement")
>               )
>              )
>             )))
> (org-agenda)
>
>
> with the following test-todo.org :
>
> #+FILETAGS: enseignement * Contenu ** TODO Cours électrocinétique
>
> The agenda called by "org-agenda w t" displays the "Cours
> électrocinétique" (as it should) but also the "Contenu" even though it
> doesn't have a TODO keyword.
>
> The offending commit is:
>
> commit 942b6267a09e167ad3a546e83205601aa5c0704e
> Author: Nicolas Goaziou <address@hidden>
> Date:   Tue Apr 18 11:55:27 2017 +0200
>     org-agenda: `tags-todo' command type includes DONE keywords

Indeed. The solution is not correct. I reverted the commit above.

However, the initial problem the previous patch attempted to fix is
still open. As a consequence, I changed `org-scan-tags' so it also
includes DONE keywords. You can filter these out with "/!" matcher
syntax.

We'll see how it goes.

Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

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