doc: clarification of indexing into tabular variables

* doc/org.texi (var): Clarification of indexing into tabular
  variables.
This commit is contained in:
Eric Schulte 2011-02-27 17:23:12 -07:00
parent 94d19488cb
commit b02ada7cd0
1 changed files with 3 additions and 1 deletions

View File

@ -11853,7 +11853,9 @@ following the source name.
It is possible to reference portions of variable values by ``indexing'' into
the variables. Indexes are 0 based with negative values counting back from
the end. If an index is separated by @code{,}s then each subsequent section
will index into the next deepest nesting or dimension of the value. The
will index into the next deepest nesting or dimension of the value. Note
that this indexing occurs @emph{before} other table related header arguments
like @code{:hlines}, @code{:colnames} and @code{:rownames} are applied. The
following example assigns the last cell of the first row the table
@code{example-table} to the variable @code{data}: