Hi,
assume I have something like this in my org file:
- [ ] This is task.
- [ ] This is a task on a very long line.
- [ ] This is another task.
If I place my cursor at the beginning of the second point and apply fill-
paragrap, I get this:
- [ ] This is task.
- [ ] This is a task on a very
long line.
- [ ] This is another task.
Is it possible to get the following?
- [ ] This is task.
- [ ] This is a task on a very
long line.
- [ ] This is another task.
I want the lines to align at the text and not at the checkbox.
Regards,
Laurent