Просмотр исходного кода

doc: clarification of indexing into tabular variables

* doc/org.texi (var): Clarification of indexing into tabular
  variables.
Eric Schulte 14 лет назад
Родитель
Сommit
b02ada7cd0
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      doc/org.texi

+ 3 - 1
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}: