summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Henderson <jw.hendy@gmail.com>2014-03-14 10:29:33 -0500
committerBastien Guerry <bzg@altern.org>2014-03-14 17:15:48 +0100
commite0c723573b243ccd36663ee3fe0e594abef9a90d (patch)
tree1c68b1de61577c301c6d7c6f8a96dbe8d72e4574
parentd49957ef021e256f19092c907d127390d39ec1ed (diff)
downloadorg-mode-e0c723573b243ccd36663ee3fe0e594abef9a90d.tar.gz
org.texi: Clarification: `:exports' is only applicable to blocks, not to inline code
* doc/org.texi (Exporting code blocks, exports): Clarify. The documentation change resulted from the expectation that `:exports' could be used with inline code blocks, which is not the case. Clarification was added to avoid future confusion on this header argument, which is applicable only to blocks. TINYCHANGE
-rw-r--r--doc/org.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 93d5fd2..9ee7724 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -13828,7 +13828,8 @@ results of code block evaluation. For information on exporting code block
bodies, see @ref{Literal examples}.
The @code{:exports} header argument can be used to specify export
-behavior:
+behavior (note that these arguments are only relevant for code blocks, not
+inline code):
@subsubheading Header arguments:
@@ -14831,7 +14832,8 @@ which the link does not point.
@cindex @code{:exports}, src header argument
The @code{:exports} header argument specifies what should be included in HTML
-or @LaTeX{} exports of the Org mode file.
+or @LaTeX{} exports of the Org mode file. Note that the @code{:exports}
+option is only relevant for code blocks, not inline code.
@itemize @bullet
@item @code{code}