From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulva Subject: Displaying all sublevel numbers (e.g. "1.1.5." rather than "5.") in lists in emacs itself? Date: Thu, 4 Jun 2015 14:52:58 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0WY5-0004Un-EY for emacs-orgmode@gnu.org; Thu, 04 Jun 2015 10:55:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0WXz-0004s4-W6 for emacs-orgmode@gnu.org; Thu, 04 Jun 2015 10:55:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:39620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0WXz-0004mU-P8 for emacs-orgmode@gnu.org; Thu, 04 Jun 2015 10:55:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Z0WXx-0000tt-1a for emacs-orgmode@gnu.org; Thu, 04 Jun 2015 16:55:05 +0200 Received: from ptr-178-51-32-167.dyn.mobistar.be ([178.51.32.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Jun 2015 16:55:05 +0200 Received: from xiha by ptr-178-51-32-167.dyn.mobistar.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Jun 2015 16:55:05 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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!