Hi, Org people.
This is for current Org (7.9.3d-827-g7cd81b, says the manual). In node
node Checkboxes, near the end, we read:
(3) `C-u C-c C-c' on the _first_ item of a list with no checkbox will
add checkboxes to the rest of the list.
It seems it only works for external checklists, but not for embedded
ones. For example, given:
| <-- Left margin
|
- A
- A1
- A2
- B
`C-u C-c C-c' on the "A" line will create a checkbox on both "A" and "B"
lines, which is expected. But `C-u C-c C-c' on the "A1" line will open
a checkbox on that line only, while I would have expected a checkbox on
both "A1" and "A2" lines. Should it not?
François