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