* Ihor Radchenko <yanta...@gmail.com> [2021-03-28 15:35]: > Jean Louis <bugs@gnu.support> writes: > > > I would like to undo all TODO/DONE/PENDING tags and list items in a > > list of lists similar like this below. > > ... > > Does similar function exist already? > > org-checklist.el from contrib may be what you need.
Thank you. I found some functions like: (org-todo 'none) and M-x org-update-checkbox-count For now I used those in macro and with one repeated key I have disabled many, then made a template out of the one heading with many checkbox counts. The package may be doing what I wish, but is not a repeated function really. Thanks, Jean