From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Garreau\, Alexandre" Subject: Re: Display-level automatic subtree numbering Date: Sun, 28 Oct 2018 00:36:04 +0200 Message-ID: <8736srggq3.fsf@portable.galex-713.eu> References: <87r2ggjz45.fsf@portable.galex-713.eu> <87bm7kjv01.fsf@portable.galex-713.eu> <87h8hbyeu5.fsf@nicolasgoaziou.fr> <874ldbhggz.fsf@portable.galex-713.eu> <878t2ny3mp.fsf@nicolasgoaziou.fr> <874ldbef9v.fsf@portable.galex-713.eu> <8736sugjc5.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]:48990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGXBh-0006wz-PQ for emacs-orgmode@gnu.org; Sat, 27 Oct 2018 18:36:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGXBh-0004eb-3T for emacs-orgmode@gnu.org; Sat, 27 Oct 2018 18:36:09 -0400 Received: from portable.galex-713.eu ([2a00:5884:8305::1]:54928) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gGXBg-0004eJ-Sc for emacs-orgmode@gnu.org; Sat, 27 Oct 2018 18:36:09 -0400 In-Reply-To: <8736sugjc5.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 25 Oct 2018 17:02:50 +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 On 2018/10/25 at 17:02, Nicolas Goaziou wrote: > "Garreau, Alexandre" writes: >> Le 24/10/2018 =C3=A0 13h40, Nicolas Goaziou a =C3=A9crit=C2=A0: >>> But you don't need to number the whole buffer, do you? >> >> At least the screen. >> >>> A breadcrumb like feature could be enough. E.g., you hit at the >>> beginning of a headline and get the numbering in addition to the >>> outline path. >> >> I=E2=80=99d prefer. I find sad that all export backend supports this wh= ile raw >> emacs doesn=E2=80=99t. > > Output from export back-ends is static. A currently-edited Org document > isn't. That=E2=80=99s why it=E2=80=99d require special font-lock-like and lazy upd= ate facilities=C2=A0: when you insert (or move) a node, you need to update the same-level following nodes (or exchange numbering with the near node). >> It is neat to see, and to, just by looking at the >> screen, which section has which number. > > You may be interested in "org-outline-numbering" package, then. It seems > to implement what you want. No it doesn=E2=80=99t update anything, and doesn=E2=80=99t color number com= patibly with outlining. Also it=E2=80=99s not integrated in org and only available in m= elpa, unsigned.