emacs-orgmode
[Top][All Lists]
Advanced

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

org-todo-state-tags-triggers not working with regexp?


From: Ypo
Subject: org-todo-state-tags-triggers not working with regexp?
Date: Sun, 11 Jun 2023 13:21:57 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

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


reply via email to

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