This is the official manual for the latest Org-mode release.
org-insert-heading)If the cursor is in a plain list item, a new item is created (see Plain lists). To prevent this behavior in lists, call the command with one prefix
argument. When this command is used in the middle of a line, the line is
split and the rest of the line becomes the new item or headline. If you do
not want the line to be split, customize org-M-RET-may-split-line.
If the command is used at the beginning of a line, and if there is a heading or an item at point, the new heading/item is created before the current line. If the command is used at the end of a folded subtree (i.e., behind the ellipses at the end of a headline), then a headline will be inserted after the end of the subtree.
Calling this command with C-u C-u will unconditionally respect the headline's content and create a new item at the end of the parent subtree.
If point is at the beginning of a normal line, turn this line into a heading.
org-insert-heading-respect-content)org-insert-todo-heading)org-treat-insert-todo-heading-as-state-change.
org-insert-todo-heading-respect-content)org-cycle)org-do-promote)org-do-demote)org-promote-subtree)org-demote-subtree)org-move-subtree-up)org-move-subtree-down)org-mark-element)org-mark-subtree)org-cut-subtree)org-copy-subtree)org-paste-subtree)org-yank)org-yank-adjusted-subtrees and
org-yank-folded-subtrees, Org's internal yank command will
paste subtrees folded and in a clever way, using the same command as C-c
C-x C-y. With the default settings, no level adjustment will take place,
but the yanked tree will be folded unless doing so would swallow text
previously visible. Any prefix argument to this command will force a normal
yank to be executed, with the prefix passed along. A good way to
force a normal yank is C-u C-y. If you use yank-pop after a
yank, it will yank previous kill items plainly, without adjustment and
folding.
org-clone-subtree-with-time-shift)org-clone-subtree-with-time-shift.
org-refile)org-sort)org-narrow-to-subtree)org-narrow-to-block)widen)org-toggle-heading)When there is an active region (Transient Mark mode), promotion and demotion work on all headlines in the region. To select a region of headlines, it is best to place both point and mark at the beginning of a line, mark at the beginning of the first headline, and point at the line just after the last headline to change. Note that when the cursor is inside a table (see Tables), the Meta-Cursor keys have different functionality.