summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2017-06-20 08:17:30 +0200
committerBastien <bzg@gnu.org>2017-06-20 08:17:30 +0200
commit4890ab71ce84db12891277c743875d47a500d72d (patch)
tree4876544c54da17b93abf4ae9abacf672000b1c25
parentf7d263970133182331791ab075e28a09d220c741 (diff)
parentbed2c25fd3181441b654d1f76600e469482f101d (diff)
downloadorg-mode-4890ab71ce84db12891277c743875d47a500d72d.tar.gz
Merge branch 'master' of orgmode.org:org-mode
-rw-r--r--doc/org.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/org.texi b/doc/org.texi
index c5798d5..d32458b 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -12183,11 +12183,11 @@ also have additional layout @code{:placement} attributes. These are the
usual @code{[h t b p ! H]} permissions specified in square brackets. Note
that for @code{:float sideways} tables, the @LaTeX{} export back-end ignores
@code{:placement} attributes.
-@item :align
+@item :align
@itemx :font
@itemx :width
The @LaTeX{} export back-end uses these attributes for regular tables to set
-their alignments, fonts, and widths.
+their alignments, fonts, and widths.
@item :spread
When @code{:spread} is non-@code{nil}, the @LaTeX{} export back-end spreads
or shrinks the table by the @code{:width} for @code{tabu} and @code{longtabu}
@@ -12777,7 +12777,7 @@ ODT export}.
The ODT export back-end processes image links in Org files that do not have
descriptions, such as these links @samp{[[file:img.jpg]]} or
@samp{[[./img.jpg]]}, as direct image insertions in the final output. Either
-of these examples works:
+of these examples works:
@example
[[file:img.png]]
@@ -14022,7 +14022,7 @@ The Org export process relies on filters to process specific parts of
conversion process. Filters are just lists of functions to be applied to
certain parts for a given back-end. The output from the first function in
the filter is passed on to the next function in the filter. The final output
-is the output from the final function in the filter.
+is the output from the final function in the filter.
The Org export process has many filter sets applicable to different types of
objects, plain text, parse trees, export options, and final output formats.