From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Garreau\, Alexandre" Subject: Re: Display-level automatic subtree numbering Date: Wed, 24 Oct 2018 10:54:52 +0200 Message-ID: <874ldbhggz.fsf@portable.galex-713.eu> References: <87r2ggjz45.fsf@portable.galex-713.eu> <87bm7kjv01.fsf@portable.galex-713.eu> <87h8hbyeu5.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFEwQ-0006Tj-59 for emacs-orgmode@gnu.org; Wed, 24 Oct 2018 04:55:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFEwP-0002M2-Bm for emacs-orgmode@gnu.org; Wed, 24 Oct 2018 04:55:02 -0400 Received: from portable.galex-713.eu ([2a00:5884:8305::1]:39510) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gFEwO-0002JZ-VS for emacs-orgmode@gnu.org; Wed, 24 Oct 2018 04:55:01 -0400 In-Reply-To: <87h8hbyeu5.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Wed, 24 Oct 2018 09:38:10 +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" To: John Kitchin Cc: org-mode-email Le 24/10/2018 =C3=A0 09h38, Nicolas Goaziou a =C3=A9crit=C2=A0: > Hello, > > "Garreau, Alexandre" writes: > >> But that doesn=E2=80=99t answer the question: why =E2=80=9Cdoesn=E2=80= =99t it exist=E2=80=9D? shouldn=E2=80=99t >> these functions be mainlined, if legally permitted? > > What kind of numbering are we talking about? A semi-permanent (i.e., > togglable) naive numbering (e.g., not taking into account UNNUMBERED > property) for every headline? Yes. Didn=E2=80=99t know about UNNUMBERED, thanks, it is of interest for t= his issue. > Could you explain what are the use cases for that? As said in the previously mentioned stackoverflow question: helps seeing where you are and how much sections are there. To me it is especially useful to avoid writing manually the number of the section to know I=E2=80=99m currently in =E2=80=9Cexercice 8=E2=80=9D or something ali= ke. Btw, some desirable feature as well would be automatic naming (as I already do sometimes in LaTeX), such as appending whole =E2=80=9CExercice 8= =E2=80=9D or =E2=80=9CSection 8=E2=80=9D for a desired specific level, instead of just a= number.