summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-11-10 10:32:32 -0700
committerEric Schulte <schulte.eric@gmail.com>2011-11-15 08:56:24 -0700
commit40700eee294ef5f0e97d5717e53e7703315cc3db (patch)
treeed6160d748b8eee13c66e39fe4d22b28e4be1185
parenta3f781be127f3065acb2ae137796d0723d588338 (diff)
downloadorg-mode-40700eee294ef5f0e97d5717e53e7703315cc3db.tar.gz
documentation now builds successfully
-rw-r--r--doc/org.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/org.texi b/doc/org.texi
index c363ad7..a9743f9 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -11652,7 +11652,7 @@ The following sections describe Org-mode's code block handling facilities.
@cindex code block, structure
@cindex source code, block structure
@cindex #+NAME
-@ciindex #+BEGIN_SRC
+@cindex #+BEGIN_SRC
Live code blocks can be specified with a @samp{src} block or
inline@footnote{Note that @samp{src} blocks may be inserted using Org-mode's
@@ -12233,14 +12233,14 @@ syntax used to specify arguments is the same across all languages. In every
case, variables require a default value when they are declared.
The values passed to arguments can either be literal values, references, or
-Emacs Lisp code (see @ref{Emacs Lisp evaluation of variables}). References
+Emacs Lisp code (see @ref{var, Emacs Lisp evaluation of variables}). References
include anything in the Org-mode file that takes a @code{#+NAME:},
@code{#+TBLNAME:}, or @code{#+RESULTS:} line. This includes tables, lists,
@code{#+BEGIN_EXAMPLE} blocks, other code blocks, and the results of other
code blocks.
-Argument values can be indexed in a manner similar to arrays (see
-@ref{Indexable variable values}).
+Argument values can be indexed in a manner similar to arrays (see @ref{var,
+Indexable variable values}).
The following syntax is used to pass arguments to code blocks using the
@code{:var} header argument.
@@ -12259,6 +12259,7 @@ tables, lists, literal examples, other code blocks, and results blocks can
all be passed by reference
@table @asis
@item table
+@end table
@example
#+TBLNAME: example-table