From mboxrd@z Thu Jan 1 00:00:00 1970 From: ST Subject: Nested ordered (numbered) lists Date: Sat, 25 Jun 2016 22:34:35 +0300 Message-ID: <1466883275.15503.3.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGtLo-0003tk-7r for emacs-orgmode@gnu.org; Sat, 25 Jun 2016 15:34:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGtLi-0007Mu-A0 for emacs-orgmode@gnu.org; Sat, 25 Jun 2016 15:34:43 -0400 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:37855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGtLi-0007Mh-3H for emacs-orgmode@gnu.org; Sat, 25 Jun 2016 15:34:38 -0400 Received: by mail-wm0-x236.google.com with SMTP id a66so64587046wme.0 for ; Sat, 25 Jun 2016 12:34:37 -0700 (PDT) Received: from debox (bzq-79-183-49-62.red.bezeqint.net. [79.183.49.62]) by smtp.gmail.com with ESMTPSA id a191sm2976072wme.5.2016.06.25.12.34.35 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 25 Jun 2016 12:34:36 -0700 (PDT) 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" To: emacs-orgmode@gnu.org Hi, is there a way to produce nested ordered (numbered) lists and get it exported (to pdf/html) properly? Like: 1. item_1 2. item_2 2.1. subitem_2_1 2.1.1. subsubitem_2_1_1 2.2. subitem_2_2 3. item_3 Thank you!