Hello,

sindi...@mail36.net (sindi...@mail36.net) writes:

> `org-toggle-item` transforms a heading into a list item. It transforms a
> heading with a TODO into a list item with a checkbox. It works on a
> region, so intuitively it should correctly transform all headings with
> TODOs in a region into a list with checkboxes. Instead, it does this:
>
> * TODO a
> * TODO b
> * TODO c
>
> becomes
>
> - [ ] a
> - [ ] TODO b
> - [ ] TODO c
>
> This extraneous TODOs should be removed.

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

Reply via email to