Re: How to undo all items, including headings?

2021-03-28 Thread Jean Louis
* Ihor Radchenko  [2021-03-28 15:35]:
> Jean Louis  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




Re: How to undo all items, including headings?

2021-03-28 Thread Ihor Radchenko
Jean Louis  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.

Best,
Ihor




How to undo all items, including headings?

2021-03-28 Thread Jean Louis
I would like to undo all TODO/DONE/PENDING tags and list items in a
list of lists similar like this below.

*** PENDING Administration and office [13/15] [86%]

1) [X] Office desk

2) [X] Pocket notebooks, for 2 months even 20-50 small
   pocket notebooks are required

3) [X] Boxes for documents

Does similar function exist already?


Jean