Browse Source

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.
Joe Riel 10 years ago
parent
commit
862bb9d9e3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/org.texi

+ 2 - 1
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.
 evaluation, or @emph{none}.  For most languages, the default exports code.
 However, for some languages (e.g., @code{ditaa}) the default exports the
 However, for some languages (e.g., @code{ditaa}) the default exports the
 results of code block evaluation.  For information on exporting code block
 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
 The @code{:exports} header argument can be used to specify export
 behavior (note that these arguments are only relevant for code blocks, not
 behavior (note that these arguments are only relevant for code blocks, not