소스 검색

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"
Eric Schulte 15 년 전
부모
커밋
9fc5577646
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      doc/org.texi

+ 3 - 1
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
 @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
 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
 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
 @cindex #+BEGIN_SRC
 
 
 @example
 @example