summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-07-16 17:28:40 -0700
committerEric Schulte <schulte.eric@gmail.com>2010-07-16 17:28:53 -0700
commit49586dfdbd37fe4eccd9eefe94de30923b2c2b2a (patch)
treec7e83ffcaf9db7179e9fe27983afaf42d70a13a3
parente0f6f73e8b8cbd28b9986ac911105e3fa00b57fa (diff)
downloadorg-mode-49586dfdbd37fe4eccd9eefe94de30923b2c2b2a.tar.gz
minor babel documentation fixes
-rw-r--r--doc/org.texi15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/org.texi b/doc/org.texi
index a9e5e9d..f1f894a 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -436,7 +436,7 @@ Specific header arguments
* var:: Pass arguments to code blocks
* results:: Specify the type of results and how they will be collected and handled
* file:: Specify a path for file output
-* dir and remote execution:: Specify the default directory for code block execution
+* dir:: Specify the default directory for code block execution
* exports:: Export code and/or results
* tangle:: Toggle tangling and specify file name
* no-expand:: Turn off variable assignment and noweb expansion during tangling
@@ -11425,8 +11425,8 @@ The following header arguments are defined:
* results:: Specify the type of results and how they will
be collected and handled
* file:: Specify a path for file output
-* dir and remote execution:: Specify the default directory for code block
- execution
+* dir:: Specify the default (possibly remote)
+ directory for code block execution
* exports:: Export code and/or results
* tangle:: Toggle tangling and specify file name
* no-expand:: Turn off variable assignment and noweb
@@ -11715,7 +11715,7 @@ be prepended to the existing results. Otherwise the new results will be
inserted as with @code{replace}.
@end itemize
-@node file, dir and remote execution, results, Specific header arguments
+@node file, dir, results, Specific header arguments
@subsubsection @code{:file}
The header argument @code{:file} is used to specify a path for file output.
@@ -11731,7 +11731,7 @@ as python and ruby require that the code explicitly create output
corresponding to the path indicated by @code{:file}.
-@node dir and remote execution, exports, file, Specific header arguments
+@node dir, exports, file, Specific header arguments
@subsubsection @code{:dir} and remote execution
While the @code{:file} header argument can be used to specify the path to the
@@ -11799,7 +11799,7 @@ directory}. Therefore, if @code{default-directory} is altered using
which the link does not point.
@end itemize
-@node exports, tangle, dir and remote execution, Specific header arguments
+@node exports, tangle, dir, Specific header arguments
@subsubsection @code{:exports}
The @code{:exports} header argument specifies what should be included in HTML
@@ -11861,8 +11861,7 @@ references (see @ref{Noweb reference syntax}) with their targets. The
@subsubsection @code{:session}
The @code{:session} header argument starts a session for an interpreted
-language where state is preserved. This applies particularly to the
-supported languages python, R and ruby.
+language where state is preserved.
By default, a session is not started.