0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 20:07:46 +00:00

manual: Some typographical fixes

* doc/org-manual.org (Global and local cycling):
(Initial visibility): Use complete sentences.  Use @var{...} for
meta-syntactical variables.  Do not capitalize CONTENTS.
This commit is contained in:
Nicolas Goaziou 2020-05-14 15:21:11 +02:00
parent 1abf4f600a
commit 4a727d2cfc

View file

@ -489,10 +489,12 @@ Org uses just two commands, bound to {{{kbd(TAB)}}} and
'--------------------------------------' '--------------------------------------'
#+end_example #+end_example
When {{{kbd(S-TAB)}}} is called with a numeric prefix argument N, When {{{kbd(S-TAB)}}} is called with a numeric prefix argument
the CONTENTS view up to headlines of level N are shown. Note that {{{var(N)}}}, view contents only up to headlines of level
inside tables (see [[*Tables]]), {{{kbd(S-TAB)}}} jumps to the previous {{{var(N)}}}.
field instead.
Note that inside tables (see [[*Tables]]), {{{kbd(S-TAB)}}} jumps to the
previous field instead.
#+vindex: org-cycle-global-at-bob #+vindex: org-cycle-global-at-bob
You can run global cycling using {{{kbd(TAB)}}} only if point is at You can run global cycling using {{{kbd(TAB)}}} only if point is at
@ -520,10 +522,10 @@ Org uses just two commands, bound to {{{kbd(TAB)}}} and
#+kindex: C-c C-r #+kindex: C-c C-r
#+findex: org-reveal #+findex: org-reveal
Reveal context around point, showing the current entry, the Reveal context around point, showing the current entry, the
following heading and the hierarchy above. Useful for working near following heading and the hierarchy above. It is useful for working
a location that has been exposed by a sparse tree command (see near a location that has been exposed by a sparse tree command (see
[[*Sparse Trees]]) or an agenda command (see [[*Commands in the Agenda [[*Sparse Trees]]) or an agenda command (see [[*Commands in the Agenda
Buffer]]). With a prefix argument show, on each level, all sibling Buffer]]). With a prefix argument, show, on each level, all sibling
headings. With a double prefix argument, also show the entire headings. With a double prefix argument, also show the entire
subtree of the parent. subtree of the parent.
@ -532,8 +534,7 @@ Org uses just two commands, bound to {{{kbd(TAB)}}} and
#+cindex: show branches, command #+cindex: show branches, command
#+kindex: C-c C-k #+kindex: C-c C-k
#+findex: outline-show-branches #+findex: outline-show-branches
Expose all the headings of the subtree, CONTENTS view for just one Expose all the headings of the subtree, but not their bodies.
subtree.
- {{{kbd(C-c TAB)}}} (~outline-show-children~) :: - {{{kbd(C-c TAB)}}} (~outline-show-children~) ::
@ -541,17 +542,18 @@ Org uses just two commands, bound to {{{kbd(TAB)}}} and
#+kindex: C-c TAB #+kindex: C-c TAB
#+findex: outline-show-children #+findex: outline-show-children
Expose all direct children of the subtree. With a numeric prefix Expose all direct children of the subtree. With a numeric prefix
argument N, expose all children down to level N. argument {{{var(N)}}}, expose all children down to level
{{{var(N)}}}.
- {{{kbd(C-c C-x b)}}} (~org-tree-to-indirect-buffer~) :: - {{{kbd(C-c C-x b)}}} (~org-tree-to-indirect-buffer~) ::
#+kindex: C-c C-x b #+kindex: C-c C-x b
#+findex: org-tree-to-indirect-buffer #+findex: org-tree-to-indirect-buffer
Show the current subtree in an indirect buffer[fn:5]. With Show the current subtree in an indirect buffer[fn:5]. With
a numeric prefix argument, N, go up to level N and then take that a numeric prefix argument {{{var(N)}}}, go up to level {{{var(N)}}}
tree. If N is negative then go up that many levels. With and then take that tree. If {{{var(N)}}} is negative then go up
a {{{kbd(C-u)}}} prefix, do not remove the previously used indirect that many levels. With a {{{kbd(C-u)}}} prefix, do not remove the
buffer. previously used indirect buffer.
- {{{kbd(C-c C-x v)}}} (~org-copy-visible~) :: - {{{kbd(C-c C-x v)}}} (~org-copy-visible~) ::
@ -566,9 +568,10 @@ Org uses just two commands, bound to {{{kbd(TAB)}}} and
#+vindex: org-startup-folded #+vindex: org-startup-folded
When Emacs first visits an Org file, the global state is set to When Emacs first visits an Org file, the global state is set to
SHOWEVERYTHING, i.e., all file content is visible[fn:6]. This can be ~showeverything~, i.e., all file content is visible[fn:6]. This can
configured through the variable ~org-startup-folded~, or on a per-file be configured through the variable ~org-startup-folded~, or on
basis by adding one of the following lines anywhere in the buffer: a per-file basis by adding one of the following lines anywhere in the
buffer:
#+cindex: @samp{STARTUP}, keyword #+cindex: @samp{STARTUP}, keyword
#+begin_example #+begin_example