summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-08-23 16:34:35 +0200
committerBastien Guerry <bzg@altern.org>2011-08-23 16:34:35 +0200
commitf893659b272ef80c1da8c0420d55b6237a4c3f00 (patch)
tree05ebcfd5690c76a9dc5d39fcb35568e559a2f165
parent76ab4dd422216ff2c574be4586ba161b8c40704e (diff)
downloadorg-mode-f893659b272ef80c1da8c0420d55b6237a4c3f00.tar.gz
org.texi: Document the restriction about field and column names.
-rw-r--r--doc/org.texi12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/org.texi b/doc/org.texi
index e0769f9..143b184 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -383,7 +383,7 @@ The spreadsheet
* Column formulas:: Formulas valid for an entire column
* Editing and debugging formulas:: Fixing formulas
* Updating the table:: Recomputing all dependent fields
-* Advanced features:: Field names, parameters and automatic recalc
+* Advanced features:: Field and column names, parameters and automatic recalc
Hyperlinks
@@ -2277,7 +2277,7 @@ formula, moving these references by arrow keys
* Column formulas:: Formulas valid for an entire column
* Editing and debugging formulas:: Fixing formulas
* Updating the table:: Recomputing all dependent fields
-* Advanced features:: Field names, parameters and automatic recalc
+* Advanced features:: Field and column names, parameters and automatic recalc
@end menu
@node References, Formula syntax for Calc, The spreadsheet, The spreadsheet
@@ -2834,9 +2834,11 @@ dependencies.
@node Advanced features, , Updating the table, The spreadsheet
@subsection Advanced features
-If you want the recalculation of fields to happen automatically, or if
-you want to be able to assign @i{names} to fields and columns, you need
-to reserve the first column of the table for special marking characters.
+If you want the recalculation of fields to happen automatically, or if you
+want to be able to assign @i{names}@footnote{Such names must start by an
+alphabetic character and use only alphanumeric/underscore characters.} to
+fields and columns, you need to reserve the first column of the table for
+special marking characters.
@table @kbd
@orgcmd{C-#,org-table-rotate-recalc-marks}