From 862bb9d9e3f6bd8c53614dfbcfd4482d5f5a5de7 Mon Sep 17 00:00:00 2001 From: Joe Riel Date: Sat, 12 Sep 2015 11:36:50 -0700 Subject: [PATCH] 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. --- doc/org.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index 696125e52..5a2fd1e73 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 -- 2.11.4.GIT