Next: Structure Editing, Previous: Visibility Cycling, Up: Document Structure [Contents][Index]
The following commands jump to other headlines in the buffer.
org-next-visible-heading
)Next heading.
org-previous-visible-heading
)Previous heading.
org-forward-heading-same-level
)Next heading same level.
org-backward-heading-same-level
)Previous heading same level.
outline-up-heading
)Backward to higher level heading.
org-goto
)Jump to a different place without changing the current outline visibility. Shows the document structure in a temporary buffer, where you can use the following keys to find your destination:
TAB | Cycle visibility. |
DOWN / UP | Next/previous visible headline. |
RET | Select this location. |
/ | Do a Sparse-tree search |
The following keys work if you turn off org-goto-auto-isearch
n / p | Next/previous visible headline. |
f / b | Next/previous headline same level. |
u | One level up. |
0 … 9 | Digit argument. |
q | Quit. |
See also the variable org-goto-interface
.