Reputation: 15
When I read about the manual about emacs org-mode on chapter 2.7, I wondered to know whether list characteres +
, -
, *
have specific/special meanings. If you know, please tell me! For example, the character *
means heading, but what about other characters?
Upvotes: 1
Views: 108
Reputation: 428
+, -, and * are the unordered list characters. * is used for headings, but also for an unordered list item.
Here is a link to the docs.
https://orgmode.org/manual/Plain-lists.html
Upvotes: 2