summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dye <dk@poto.local>2011-11-15 07:49:08 -1000
committerEric Schulte <schulte.eric@gmail.com>2011-11-15 11:21:04 -0700
commitf8d8f81e79d8d241b5226803158075b78ff903df (patch)
tree8f9850d893fcbb16fa37aa2f5297b0235f78236b
parent1b6de8fad5512af3a751df2d79ac6556b4528771 (diff)
downloadorg-mode-f8d8f81e79d8d241b5226803158075b78ff903df.tar.gz
* doc/org.texi: Changed DATA to NAME in Working With Source Code section
-rw-r--r--doc/org.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 071f679..9581cec 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -12259,7 +12259,7 @@ Here are examples of passing values by reference:
@table @dfn
@item table
-an Org mode table named with either a @code{#+DATA:} or @code{#+TBLNAME:} line
+an Org mode table named with either a @code{#+NAME:} or @code{#+TBLNAME:} line
@example
#+TBLNAME: example-table
| 1 |
@@ -12277,11 +12277,11 @@ an Org mode table named with either a @code{#+DATA:} or @code{#+TBLNAME:} line
@end example
@item list
-a simple list named with a @code{#+DATA:} line (note that nesting is not
+a simple list named with a @code{#+NAME:} line (note that nesting is not
carried through to the source code block)
@example
-#+DATA: example-list
+#+NAME: example-list
- simple
- not
- nested
@@ -12332,10 +12332,10 @@ code block name using standard function call syntax
@end example
@item literal example
-a literal example block named with a @code{#+DATA:} line
+a literal example block named with a @code{#+NAME:} line
@example
-#+DATA: literal-example
+#+NAME: literal-example
#+BEGIN_EXAMPLE
A literal example
on two lines