summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-04-08 15:54:54 -0600
committerEric Schulte <schulte.eric@gmail.com>2011-04-08 15:54:54 -0600
commit9fc5577646621fb6bb41e3cc208a8e5919c57919 (patch)
treecf3f7b1f0b16edeb2302941700b3ed54fa3a3746
parentb20bb56ba930383b4aded15ae10fdb54c2f1c509 (diff)
downloadorg-mode-9fc5577646621fb6bb41e3cc208a8e5919c57919.tar.gz
doc: link from markup->literate-examples to working-with-source-code
* doc/org.texi (Literal examples): Link from "Markup" > "Literate Examples" to "Working with Source Code"
-rw-r--r--doc/org.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 30b8887..13c09da 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -8852,7 +8852,9 @@ package is included by the LaTeX header, and ensuring that the
@code{org-export-latex-listings} and @code{org-export-latex-minted} for
further details.}. This is done with the @samp{src} block, where you also
need to specify the name of the major mode that should be used to fontify the
-example:
+example@footnote{Code in @samp{src} blocks may also be evaluated either
+interactively or on export. See @pxref{Working With Source Code} for more
+information on evaluating code blocks.}:
@cindex #+BEGIN_SRC
@example