Dear all, I would like to propose a patch for `org-tags-view' to make it stop setting globally `org--matcher-tags-todo-only' Setting `org--matcher-tags-todo-only' has side effects on other commands. For instance, the following clock table changes its behavior whether `org--matcher-tags-todo-only' is nil or '(4) --8<---------------cut here---------------start------------->8--- #+BEGIN: clocktable :tags "-perso" :fileskip0 :stepskip0 :link t :maxlevel 5 :emphasize t :link t :block today-1 :scope agenda :inherit-props t --8<---------------cut here---------------end--------------->8--- I did not have time to investigate why the behavior of the clock table is impacted by `org--matcher-tags-todo-only'. I quickly feel lost in this code.