Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for org-shiftmetaleft, org-outdent-item and org-shiftmetaright, org-indent-item #765

Open
wolfv6 opened this issue Jun 29, 2024 · 2 comments

Comments

@wolfv6
Copy link

wolfv6 commented Jun 29, 2024

Does this feature exist in Emacs orgmode core?

Yes

Orgmode link

https://orgmode.org/manual/Plain-Lists.html > Unordered list
M-LEFT/M-RIGHT Decrease/increase the indentation of an item, leaving children alone.

https://orgmode.org/worg/doc.html > org-metaleft
Promote heading, list item at point or move table column left.
Calls ‘org-do-promote’, ‘org-outdent-item’ or ‘org-table-move-column’, depending on context.
With no specific context, calls the Emacs default ‘backward-word’.
See the individual commands for more information.
This function runs the hook ‘org-metaleft-hook’ as a first step, and returns at first non-nil value.

https://orgmode.org/worg/doc.html > org-outdent-item
Outdent a local list item, but not its children.
If a region is active, all items inside will be moved.

Similar descriptions for org-metaright and org-indent-item functions.

Feature value

Used to indent/outdent bullets.

Additional context

No response

@seflue
Copy link
Contributor

seflue commented Jun 29, 2024

Edit: I first thought, you are speaking of org headlines, where this is supported.

You mean the same features provided by org_do_promote/demote and org_promote/demote_subtree, but for list items, correct? That's still missing.

@wolfv6
Copy link
Author

wolfv6 commented Jun 29, 2024

That is correct.
Used to indent/outdent list items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants