org.texi: Document the restriction about field and column names.
This commit is contained in:
parent
76ab4dd422
commit
f893659b27
12
doc/org.texi
12
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}
|
||||
|
|
Loading…
Reference in New Issue