瀏覽代碼

babel-doc: a completed first pass through and it's looking pretty good

Eric Schulte 15 年之前
父節點
當前提交
8d2e2caa37
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      doc/org.texi

+ 6 - 6
doc/org.texi

@@ -10878,6 +10878,7 @@ thorough tour of Org-mode's sophisticated code block handling facilities.
 * Results::
 * Results::
 * Noweb Reference Syntax::
 * Noweb Reference Syntax::
 * Key Bindings & Useful Functions::
 * Key Bindings & Useful Functions::
+* Batch Execution::
 @end menu
 @end menu
 
 
 
 
@@ -10962,7 +10963,7 @@ see @ref{Literal examples}.
 The @code{:exports} header argument can be used to specify non-default export
 The @code{:exports} header argument can be used to specify non-default export
 behavior:
 behavior:
 
 
-Header arguments:
+@subsubheading Header arguments:
 @table @code
 @table @code
 @item :exports code
 @item :exports code
 The default (in most languages). Only the body of the code block is exported
 The default (in most languages). Only the body of the code block is exported
@@ -10992,8 +10993,7 @@ community.  During ``tangling'' of code blocks their bodies are expanded
 using @code{org-babel-expand-src-block} which can expand both variable and
 using @code{org-babel-expand-src-block} which can expand both variable and
 ``noweb'' (see @ref{Noweb Reference Syntax}) style references.
 ``noweb'' (see @ref{Noweb Reference Syntax}) style references.
 
 
-Relevant header arguments:
-
+@subsubheading header arguments:
 @table @code
 @table @code
 @item :tangle no
 @item :tangle no
 The default.
 The default.
@@ -11005,8 +11005,7 @@ language.
 Include block in tangled output to file @samp{filename}
 Include block in tangled output to file @samp{filename}
 @end table
 @end table
 
 
-Relevant functions:
-
+@subsubheading functions:
 @table @code
 @table @code
 @item org-babel-tangle @key{C-c C-v t}
 @item org-babel-tangle @key{C-c C-v t}
 Tangle the current file
 Tangle the current file
@@ -11843,7 +11842,7 @@ Org-babel does not break correct code in a language, such as Ruby, where
 syntactically valid in languages that you use, then please consider setting
 syntactically valid in languages that you use, then please consider setting
 the default value.
 the default value.
 
 
-@node Key Bindings & Useful Functions, , Noweb Reference Syntax, Working With Source Code
+@node Key Bindings & Useful Functions, Batch Execution, Noweb Reference Syntax, Working With Source Code
 @section Key Bindings & Useful Functions
 @section Key Bindings & Useful Functions
 
 
 Org-babel re-binds many common Org-mode key sequences depending on
 Org-babel re-binds many common Org-mode key sequences depending on
@@ -12031,6 +12030,7 @@ Org-babel also exposes a number of functions behind the common
 @end example
 @end example
 @end itemize
 @end itemize
 
 
+@node Batch Execution, , Key Bindings & Useful Functions, Working With Source Code
 @section Batch Execution
 @section Batch Execution
 It is possible to call Org-babel functions from the command line.  This shell
 It is possible to call Org-babel functions from the command line.  This shell
 script calls @code{org-babel-tangle} on every one of its arguments.
 script calls @code{org-babel-tangle} on every one of its arguments.