#+TITLE:Test for org-tags-match-list-sublevels bug Use M-x set-variable to set org-tags-match-list-sublevels to nil and then position the cursor over the BEGIN columnview line and press C-c C-c. Three lines corresponding to sub-headers of the table will disappear. I was able to observe this with Org mode version 9.5.5 bundled with openSUSE Emacs 28.2 (when invoked as emacs -Q) but not with Org mode version 9.3 bundled with Emacs 27.1 bundled with debian bullseye. * Header 1 :PROPERTIES: :COLUMNS: %40ITEM(Name) %NUM(Number) %2TIME(Time){+} :ID: some_tasklist :END: #+BEGIN: columnview :hlines 1 :id "some_tasklist" :maxlevel 3 :indent nil | Name | Number | Time | |----------+--------+------| | Header 1 | | 20 | | First | 1 | 5 | | Second | 2 | 5 | | Third | 3 | 10 | #+END: ** First :PROPERTIES: :NUM: 1 :TIME: 5 :END: Stuff ** Second :PROPERTIES: :NUM: 2 :TIME: 5 :END: More stuff ** Third :PROPERTIES: :NUM: 3 :TIME: 10 :END: even more stuff