summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-06-10 13:08:41 -0600
committerEric Schulte <schulte.eric@gmail.com>2011-06-10 13:08:41 -0600
commitc4737ae48b84308e1ac201531aca392a81529974 (patch)
tree6d75710a99315ab1c545a1f9e7ebaa67ecfd7065
parent1b3b4c923944d23c7176f2813ec72b53bdf9d32e (diff)
downloadorg-mode-c4737ae48b84308e1ac201531aca392a81529974.tar.gz
documentation of `org-babel-tangle-named-block-combination'
* doc/org.texi (Extracting source code): Documentation of the new org-babel-tangle-named-block-combination variable.
-rw-r--r--doc/org.texi17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 498ae92..0fd0d22 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -11546,6 +11546,23 @@ Tangle the current file. Bound to @kbd{C-c C-v t}.
Choose a file to tangle. Bound to @kbd{C-c C-v f}.
@end table
+@subsubheading Variables
+@table @code
+@item org-babel-tangle-named-block-combination
+This variable controls the tangling of multiple code blocks with the same
+name.
+@table @code
+@item nil
+The default behavior. Blocks with the same name are tangled as normal.
+@item append
+The bodies of all blocks of the same name are appended during tangling.
+@item first
+Only the body of the first block of any given name is kept during tangling.
+@item last
+Only the body of the last block of any given name is kept during tangling.
+@end table
+@end table
+
@subsubheading Hooks
@table @code
@item org-babel-post-tangle-hook