orgmode icon indicating copy to clipboard operation
orgmode copied to clipboard

Dynamic Headline Numbering

Open mcauley-penney opened this issue 2 years ago • 4 comments

Does this feature exist in Emacs orgmode core?

Yes

Orgmode link

  • https://orgmode.org/manual/Dynamic-Headline-Numbering.html

Feature value

Firstly, thank you for reading this feature request. I checked the documentation and did not find this feature discussed anywhere. I apologize if I missed mention of it.

What does this feature do?

When viewing org files with Emacs, the user can toggle outline numbering on each heading with M-x org-num-mode. See the below GIF for an example.

org-num-mode

What is the value of this feature?

The value of this feature is that it adds another visual means of understanding the organization of an org file.

Additional context

No response

mcauley-penney avatar Nov 30 '22 20:11 mcauley-penney

Looks like another use-case for https://github.com/neovim/neovim/pull/9496

jgollenz avatar Dec 01 '22 20:12 jgollenz

Looks like another use-case for neovim/neovim#9496

Is this only visual thing or numbers get literally appended? I didn't give it a test in Emacs.

kristijanhusak avatar Dec 01 '22 20:12 kristijanhusak

It looks like its just visual. I cannot edit it and the cursor jumps 'over' it

jgollenz avatar Dec 01 '22 21:12 jgollenz

Thanks for giving it a test. It really does depend on Neovim anticonceal.

kristijanhusak avatar Dec 01 '22 21:12 kristijanhusak