summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-12-20 18:25:32 -0700
committerDan Davison <dandavison7@gmail.com>2010-12-21 14:19:25 +0000
commit00dd6c3cb23eeef79ee48d5e2e9c8c20f5e1c865 (patch)
tree184ab75e3f354f74335e36cd6426a85bcd1336b0
parent44392f1a410b8b09d6b78c9ae4899b96c2996fa3 (diff)
downloadorg-mode-00dd6c3cb23eeef79ee48d5e2e9c8c20f5e1c865.tar.gz
documentation of the :sep header argument for code blocks
-rw-r--r--doc/org.texi19
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index fa6913d..08e9834 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -677,6 +677,7 @@ Specific header arguments
* session:: Preserve the state of code evaluation
* noweb:: Toggle expansion of noweb references
* cache:: Avoid re-evaluating unchanged code blocks
+* sep:: Specify delimiter for writing external tables
* hlines:: Handle horizontal lines in tables
* colnames:: Handle column 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
* noweb:: Toggle expansion of noweb references
* cache:: Avoid re-evaluating unchanged code blocks
+* sep:: Delimiter for writing tabular results outside Org
* hlines:: Handle horizontal lines in tables
* colnames:: Handle column 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
references.
-@node cache, hlines, noweb, Specific header arguments
+@node cache, sep, noweb, Specific header arguments
@subsubsection @code{:cache}
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.
@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}
Tables are frequently represented with one or more horizontal lines, or