From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Numbering only second-level headlines in export Date: Wed, 28 Feb 2018 18:04:10 +0200 Message-ID: <87inahdrt1.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1er4DR-00048B-24 for emacs-orgmode@gnu.org; Wed, 28 Feb 2018 11:04:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1er4DN-0000y5-4U for emacs-orgmode@gnu.org; Wed, 28 Feb 2018 11:04:25 -0500 Received: from [195.159.176.226] (port=48710 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1er4DM-0000x3-T6 for emacs-orgmode@gnu.org; Wed, 28 Feb 2018 11:04:21 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1er4BG-0000if-Rq for emacs-orgmode@gnu.org; Wed, 28 Feb 2018 17:02:10 +0100 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 Greetings. What - if any - would be the recommended way to implement numbering only second-level headlines in an exported document with running numbering (resets with first-level headline change)? BTW, here is a full programming course (used to teach kids of different ages) written almost entirely with org: https://www.syk.fi/ohjelmointi/ The generation of the front page utilizes a couple of shell scripts, some javascript and R, but it's all org otherwises. The entire source code can be found here: https://github.com/jarmohurri/ohjelmointi All the best, Jarmo