documentation of new `org-export-babel-evaluate' variable

* doc/org.texi (Exporting code blocks): adding documentation of the
  `org-export-babel-evaluate' variable
This commit is contained in:
Eric Schulte 2010-07-08 10:47:22 -07:00
parent d585521b55
commit 19e98b1b0f
1 changed files with 7 additions and 0 deletions

View File

@ -11086,6 +11086,13 @@ Both the code block and its results will be exported.
Neither the code block nor its results will be exported.
@end table
It is possible to inhibit the evaluation of code blocks during export.
Setting the the @code{org-export-babel-evaluate} variable to @code{nil} will
ensure that no code blocks are evaluated as part of the export process. This
can be useful in situations where potentially untrusted Org-mode files are
exported in an automated fashion, for example when Org-mode is used as the
markup language for a wiki.
@comment node-name, next, previous, up
@comment Extracting source code, Evaluating code blocks, Exporting code blocks, Working With Source Code
@node Extracting source code, Evaluating code blocks, Exporting code blocks, Working With Source Code