From b02ada7cd05c5555734c0fae59f96409128d9fd8 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Sun, 27 Feb 2011 17:23:12 -0700 Subject: [PATCH] doc: clarification of indexing into tabular variables * doc/org.texi (var): Clarification of indexing into tabular variables. --- doc/org.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index cebab960b..4bd3d86fa 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -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}: -- 2.11.4.GIT