Hello, I'm looking to use org-mode numbered lists, and I gather that it is possible to /export/ them into a format like so:
1. 1.1. 1.2. 2. rather than: 1. 1. 2. 2. But is it also possible to display them in the former, 'full' format within emacs/org-mode itself? This might come in handy to orient myself in the document: "6.1.1.5." is unambiguous, whereas if there are many list items and subitems, if I only see "5." it may be less apparent where in the document I am. Thank you!