Hi

I would like to remove every tag when changing to done state.

This is not working:

 '(org-todo-state-tags-triggers '((done ("(.*)"))))

This works though:

 '(org-todo-state-tags-triggers '((done ("Atag"))))


Best regards