Переглянути джерело

doc: add references from :colnames and :rownames to indexing into variables

* doc/org.texi (colnames): Reference indexing into variables, and note
  that colnames are *not* removed before indexing occurs.
  (rownames): Reference indexing into variables, and note that
  rownames are *not* removed before indexing occurs.
Eric Schulte 14 роки тому
батько
коміт
280d5826c3
1 змінених файлів з 7 додано та 0 видалено
  1. 7 0
      doc/org.texi

+ 7 - 0
doc/org.texi

@@ -12411,6 +12411,9 @@ processing, then reapplied to the results.
 | c* |
 @end example
 
+Please note that column names are not removed before the table is indexed
+using variable indexing @xref{var, Indexable variable values}.
+
 @item @code{no}
 No column name pre-processing takes place
 
@@ -12448,6 +12451,10 @@ and is then reapplied to the results.
 | one | 11 | 12 | 13 | 14 | 15 |
 | two | 16 | 17 | 18 | 19 | 20 |
 @end example
+
+Please note that row names are not removed before the table is indexed using
+variable indexing @xref{var, Indexable variable values}.
+
 @end itemize
 
 @node shebang, eval, rownames, Specific header arguments