Bläddra i källkod

documentation of the :sep header argument for code blocks

Eric Schulte 14 år sedan
förälder
incheckning
00dd6c3cb2
1 ändrade filer med 17 tillägg och 2 borttagningar
  1. 17 2
      doc/org.texi

+ 17 - 2
doc/org.texi

@@ -677,6 +677,7 @@ Specific header arguments
 * session::                     Preserve the state of code evaluation
 * session::                     Preserve the state of code evaluation
 * noweb::                       Toggle expansion of noweb references
 * noweb::                       Toggle expansion of noweb references
 * cache::                       Avoid re-evaluating unchanged code blocks
 * cache::                       Avoid re-evaluating unchanged code blocks
+* sep::                         Specify delimiter for writing external tables
 * hlines::                      Handle horizontal lines in tables
 * hlines::                      Handle horizontal lines in tables
 * colnames::                    Handle column names in tables
 * colnames::                    Handle column names in tables
 * rownames::                    Handle row names in tables
 * rownames::                    Handle row names in tables
@@ -11627,6 +11628,7 @@ The following header arguments are defined:
 * session::                     Preserve the state of code evaluation
 * session::                     Preserve the state of code evaluation
 * noweb::                       Toggle expansion of noweb references
 * noweb::                       Toggle expansion of noweb references
 * cache::                       Avoid re-evaluating unchanged code blocks
 * cache::                       Avoid re-evaluating unchanged code blocks
+* sep::                         Delimiter for writing tabular results outside Org
 * hlines::                      Handle horizontal lines in tables
 * hlines::                      Handle horizontal lines in tables
 * colnames::                    Handle column names in tables
 * colnames::                    Handle column names in tables
 * rownames::                    Handle row names in tables
 * rownames::                    Handle row names in tables
@@ -12124,7 +12126,7 @@ Note that noweb replacement text that does not contain any newlines will not
 be affected by this change, so it is still possible to use inline noweb
 be affected by this change, so it is still possible to use inline noweb
 references.
 references.
 
 
-@node cache, hlines, noweb, Specific header arguments
+@node cache, sep, noweb, Specific header arguments
 @subsubsection @code{:cache}
 @subsubsection @code{:cache}
 
 
 The @code{:cache} header argument controls the use of in-buffer caching of
 The @code{:cache} header argument controls the use of in-buffer caching of
@@ -12144,7 +12146,20 @@ executions of the code block.  If the code block has not
 changed since the last time it was evaluated, it will not be re-evaluated.
 changed since the last time it was evaluated, it will not be re-evaluated.
 @end itemize
 @end itemize
 
 
-@node hlines, colnames, cache, Specific header arguments
+@node sep, hlines, cache, Specific header arguments
+@subsubsection @code{:sep}
+
+The @code{:sep} header argument can be used to control the delimiter used
+when writing tabular results out to files external to Org-mode.  This is used
+either when opening tabular results of a code block by calling the
+@code{org-open-at-point} function bound to @kbd{C-c C-o} on the code block,
+or when writing code block results to an external file (see @ref{file})
+header argument.
+
+By default, when @code{:sep} is not specified output tables are tab
+delimited.
+
+@node hlines, colnames, sep, Specific header arguments
 @subsubsection @code{:hlines}
 @subsubsection @code{:hlines}
 
 
 Tables are frequently represented with one or more horizontal lines, or
 Tables are frequently represented with one or more horizontal lines, or