Hello,
SW <[email protected]> writes:
> I was making notes today as follows:
>
> ==============================
>
> * List of important items [0%]
> - [ ] Item 1
> - This is an important item.
> - Remember to do the hokey-pokey.
>
> |---|---|
> | A | B |
> | C | D |
>
> - [ ] Item 2
> - This is not as important.
>
> ==============================
>
> Of course, the plain list terminates when the table starts, so <TAB> on "Item
> 1"
> only collapses it to where the table starts.
> Also, the table can't be indented as part of the list.
It can: just move it in manually. Then it will stay there.
> In the end, I moved the table elsewhere, but for future reference, is
> there a preferred way to do this?
Yes:
--8<---------------cut here---------------start------------->8---
* List of important items [0%]
- [ ] Item 1
- This is an important item.
- Remember to do the hokey-pokey.
|---+---|
| A | B |
| C | D |
- [ ] Item 2
- This is not as important
--8<---------------cut here---------------end--------------->8---
Note that it will be easier if you don't start your table with a rule,
since expanding a fresh "|-" will create the table at column 0.
Regards,
--
Nicolas Goaziou