Browse Source

doc: explicitly state that the behavior of multiple blocks of the same name is undefined

* doc/org.texi (Structure of code blocks): explicitly state that the
  behavior of multiple blocks of the same name is undefined
Eric Schulte 13 years ago
parent
commit
1b3b4c9239
1 changed files with 3 additions and 1 deletions
  1. 3 1
      doc/org.texi

+ 3 - 1
doc/org.texi

@@ -11414,7 +11414,9 @@ This name is associated with the code block.  This is similar to the
 @samp{#+tblname} lines that can be used to name tables in Org-mode files.
 Referencing the name of a code block makes it possible to evaluate the
 block from other places in the file, other files, or from Org-mode table
-formulas (see @ref{The spreadsheet}).
+formulas (see @ref{The spreadsheet}).  Names are assumed to be unique by
+evaluation functions and the behavior of multiple blocks of the same name is
+undefined.
 @item <language>
 The language of the code in the block.
 @item <switches>