summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Riel <jriel@maplesoft.com>2015-09-12 11:36:50 -0700
committerRasmus <rasmus@gmx.us>2015-09-13 20:22:03 +0200
commit862bb9d9e3f6bd8c53614dfbcfd4482d5f5a5de7 (patch)
tree0ce657dea36b12ac715366f175ebb686bb65ffc4
parent6a12aa73cc7f732bd0e0ccc7241e9420652eb396 (diff)
downloadorg-mode-862bb9d9e3f6bd8c53614dfbcfd4482d5f5a5de7.tar.gz
doc/org.texi: Add link to relevant chapter
* doc/org.texi (Exporting code blocks): Add link to Exporting. Coming into this section without having read the chapter 12 is pretty confusing. The link is helpful. TINYCHANGE.
-rw-r--r--doc/org.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 696125e..5a2fd1e 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -14847,7 +14847,8 @@ of code block evaluation, @emph{both} the code and the results of code block
evaluation, or @emph{none}. For most languages, the default exports code.
However, for some languages (e.g., @code{ditaa}) the default exports the
results of code block evaluation. For information on exporting code block
-bodies, see @ref{Literal examples}.
+bodies, see @ref{Literal examples}. For information on exporting
+parts of Org documents, see @ref{Exporting}.
The @code{:exports} header argument can be used to specify export
behavior (note that these arguments are only relevant for code blocks, not