Hi Tian,
In Org-mode, you cannot mix different bullet types
in the same list. When you add a new item, with M-RET,
the list will be checked and all the bullets will be
forced to be the same type (and if the list is numbered,
it will be renumbered). In your example, since the first
item is a num
Hi iemacs,
don't know, if I got you. As I see it, the checkbox item stays a
checkbox item.
Org looks to start of line, sees it's in a numbered list and adjusts the
following item accordingly.
BTW: on export (LaTeX and HTML alike), you'll either have a numbered
list, or a bulleted one. Never mi
The file content is something like below example
#+BEGIN_BLOCKQUOTE
1. a
- [ ] b
#+END_BLOCKQUOTE
If I press Alt-Enter at the end of first line, I get
#+BEGIN_BLOCKQUOTE
1. a
2.
3. [ ] b
#+END_BLOCKQUOTE
It seems that plain lists can not be mixed with checkboxes in the same level.
The org-vers