Add some white spaces missing in documentation

This commit is contained in:
Nicolas Goaziou 2011-07-04 18:36:45 +02:00
parent 71d871f96e
commit 89b94b2459

View file

@ -5857,12 +5857,12 @@ Jump to the headline of the currently clocked in task. With a @kbd{C-u}
prefix arg, select the target task from a list of recently clocked tasks.
@orgcmd{C-c C-x C-d,org-clock-display}
@vindex org-remove-highlights-with-change
Display time summaries for each subtree in the current buffer. This
puts overlays at the end of each headline, showing the total time
recorded under that heading, including the time of any subheadings. You
can use visibility cycling to study the tree, but the overlays disappear
when you change the buffer (see variable
@code{org-remove-highlights-with-change}) or press @kbd{C-c C-c}.
Display time summaries for each subtree in the current buffer. This puts
overlays at the end of each headline, showing the total time recorded under
that heading, including the time of any subheadings. You can use visibility
cycling to study the tree, but the overlays disappear when you change the
buffer (see variable @code{org-remove-highlights-with-change}) or press
@kbd{C-c C-c}.
@end table
The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
@ -6384,9 +6384,8 @@ selection.
The type of entry, a symbol. Valid values are:
@table @code
@item entry
An Org-mode node, with a headline. Will be filed as the child of the
target entry or as a top-level entry. The target file should be an Org-mode
file.
An Org-mode node, with a headline. Will be filed as the child of the target
entry or as a top-level entry. The target file should be an Org-mode file.
@item item
A plain list item, placed in the first plain list at the target
location. Again the target file should be an Org file.
@ -8044,8 +8043,8 @@ agenda, change a tag for all headings in the region.
@kindex ,
@item ,
Set the priority for the current item (@command{org-agenda-priority}).
Org-mode prompts for the priority character. If you reply with @key{SPC}, the
priority cookie is removed from the entry.
Org-mode prompts for the priority character. If you reply with @key{SPC},
the priority cookie is removed from the entry.
@c
@orgcmd{P,org-agenda-show-priority}
Display weighted priority of current item.
@ -10294,9 +10293,9 @@ for @code{\includegraphics} and @code{wrapfigure}.
[[./img/hst.png]]
@end example
If you wish to include an image which spans multiple columns in a page,
you can use the keyword @code{multicolumn} in the @code{#+ATTR_LaTeX}
line. This will export the image wrapped in a @code{figure*} environment.
If you wish to include an image which spans multiple columns in a page, you
can use the keyword @code{multicolumn} in the @code{#+ATTR_LaTeX} line. This
will export the image wrapped in a @code{figure*} environment.
If you need references to a label created in this way, write
@samp{\ref@{fig:SED-HR4049@}} just like in @LaTeX{}.
@ -11665,8 +11664,8 @@ Controls the way Emacs windows are rearranged when the edit buffer is created.
This variable is especially useful for tangling languages such as
Python, in which whitespace indentation in the output is critical.
@item org-src-ask-before-returning-to-edit-buffer
By default, Org will ask before returning to an open edit buffer. Set
this variable to nil to switch without asking.
By default, Org will ask before returning to an open edit buffer. Set this
variable to nil to switch without asking.
@end table
To turn on native code fontification in the @emph{Org} buffer, configure the