You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often need to promote and demote many elements at the same time, for example:
A group of headings:
* Heading 1
** SubHeading 1
** SubSubHeading 1 <-- heading to demote
** SubSubheding 2 <-- heading to demote
The content of a heading (following the case shown in #859)
* Heading 1
****** SubHeading 1
- Line 1 <-- content to promote
- Subline 2 <-- content to promote
- Line 2 <-- content to promote
The natural way for me is to select all the content in visual mode and use >> or << but it falls back to the default nvim indentation change and adds the spaces:
Does this feature exist in Emacs orgmode core?
N/A
Orgmode link
No response
Feature value
I often need to promote and demote many elements at the same time, for example:
A group of headings:
The content of a heading (following the case shown in #859)
The natural way for me is to select all the content in visual mode and use
>>
or<<
but it falls back to the default nvim indentation change and adds the spaces:Additional context
No response
The text was updated successfully, but these errors were encountered: