-
-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
core-featureFeature is in orgmode coreFeature is in orgmode coreneovim-dependencyLimited by Neovim functionalityLimited by Neovim functionality
Description
Does this feature exist in Emacs orgmode core?
Yes
Orgmode link
https://orgmode.org/manual/Org-Indent-Mode.html
Feature value
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
core-featureFeature is in orgmode coreFeature is in orgmode coreneovim-dependencyLimited by Neovim functionalityLimited by Neovim functionality
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
IllustratedMan-code commentedon Oct 6, 2022
This was talked about before in another issue, but neovim did not support the required functionality. What needs to occur to get this to work? I'm happy to make issues in the main neovim repository to get this to happen.
jgollenz commentedon Oct 6, 2022
Are the virtual spaces just used for non-headline text or is the second space for each headline level also virtual?
IllustratedMan-code commentedon Oct 6, 2022
without
org-indent-mode
with
org-indent-mode
IllustratedMan-code commentedon Oct 6, 2022
I believe all indents are virtual.
jgollenz commentedon Oct 7, 2022
Ah, it's prepending two virtual spaces to every line, even nested headings.
This
becomes
IllustratedMan-code commentedon Oct 12, 2022
org-indent-mode
is also configurable withorg-indent-indentation-per-level
which is my case is set to 2. So the number of virtual spaces prepended should be configurable.IllustratedMan-code commentedon Oct 12, 2022
Looks like neovim/neovim#9496 needs to be merged before this functionality will be possible.
org_indent_mode = "noindent"
is buggy with lists #473jgollenz commentedon Jan 12, 2023
@kristijanhusak can you please add the
neovim-dependency
label?danilshvalov commentedon May 10, 2023
See #561
kristijanhusak commentedon Jan 25, 2024
This feature is now added as experimental in #627 (comment).
Please give it a test and see how it works.
PriceHiller commentedon Jan 25, 2024
The following stills remains to be done:
(Checked means done)
#+STARTUP: indent
&#+STARTUP: noindent
org-indent-mode-turns-on-hiding-stars
like EmacsI'll be opening PRs to resolve these as time permits. Probably no later than Sunday
2024-28-01
.vim.b.org_indent_mode
#658org-indent-mode-turns-on-hiding-stars
equivalent #659