From 08cadefe808c00e186991feec0f66e141a720986 Mon Sep 17 00:00:00 2001 From: Yuval Langer Date: Fri, 5 May 2023 12:38:07 +0300 Subject: [PATCH 2/2] Add names to a few list entries. --- doc/org-guide.org | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/doc/org-guide.org b/doc/org-guide.org index 3581e0a5e..3747e2d68 100644 --- a/doc/org-guide.org +++ b/doc/org-guide.org @@ -145,7 +145,7 @@ Org uses just two commands, bound to {{{kbd(TAB)}}} and visibility in the buffer. #+attr_texinfo: :sep , -- {{{kbd(TAB)}}} :: +- {{{kbd(TAB)}}} (~org-cycle~) :: /Subtree cycling/: Rotate current subtree among the states @@ -155,7 +155,7 @@ visibility in the buffer. When called with a prefix argument ({{{kbd(C-u TAB)}}}), or with the Shift key, global cycling is invoked. -- {{{kbd(S-TAB)}}}, {{{kbd(C-u TAB)}}} :: +- {{{kbd(S-TAB)}}} (~org-shifttab~), {{{kbd(C-u TAB)}}} :: /Global cycling/: Rotate the entire buffer among the states @@ -181,15 +181,17 @@ basis by adding a =STARTUP= keyword to =overview=, =content=, The following commands jump to other headlines in the buffer. -- {{{kbd(C-c C-n)}}} :: Next heading. - -- {{{kbd(C-c C-p)}}} :: Previous heading. +- {{{kbd(C-c C-n)}}} (~org-next-visible-heading~) :: Next heading. +- {{{kbd(C-c C-p)}}} (~org-previous-visible-heading~) :: Previous + heading. -- {{{kbd(C-c C-f)}}} :: Next heading same level. +- {{{kbd(C-c C-f)}}} (~org-backward-heading-same-level~):: Next + heading same level. -- {{{kbd(C-c C-b)}}} :: Previous heading same level. +- {{{kbd(C-c C-b)}}} (~outline-backward-same-level~) :: Previous + heading same level. -- {{{kbd(C-c C-u)}}} :: Backward to higher level heading. +- {{{kbd(C-c C-u)}}} (~outline-up-heading~) :: Backward to higher level heading. ** Structure Editing :PROPERTIES: @@ -197,14 +199,14 @@ The following commands jump to other headlines in the buffer. :END: #+attr_texinfo: :sep , -- {{{kbd(M-RET)}}} :: +- {{{kbd(M-RET)}}} (~org-meta-return~) :: Insert new heading with same level as current. If point is in a plain list item, a new item is created (see [[Plain Lists]]). When this command is used in the middle of a line, the line is split and the rest of the line becomes the new headline[fn:2]. -- {{{kbd(M-S-RET)}}} :: +- {{{kbd(M-S-RET)}}} (~org-insert-todo-heading~) :: Insert new TODO entry with same level as current heading. -- 2.30.2