summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-06-15 20:14:42 -0700
committerEric Schulte <schulte.eric@gmail.com>2011-06-15 20:14:42 -0700
commitf5709fc0e5bddc00b4d0bbe1b9710dd30f8f7269 (patch)
treebd719acd9ab5b1ba4195369765a96f0671fc2bfb
parent39cd07aacf6da2fa8c77ab35e932fb7999b30b00 (diff)
downloadorg-mode-f5709fc0e5bddc00b4d0bbe1b9710dd30f8f7269.tar.gz
Revert "documentation of `org-babel-tangle-named-block-combination'"
This reverts commit c4737ae48b84308e1ac201531aca392a81529974.
-rw-r--r--doc/org.texi17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/org.texi b/doc/org.texi
index e8b8e02..6a19f03 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -11546,23 +11546,6 @@ 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