;update manuals

This commit is contained in:
Simon Michael 2020-10-25 18:56:34 -10:00
parent 6e956fb62b
commit b10e96d26d
3 changed files with 11 additions and 12 deletions

View File

@ -1158,9 +1158,9 @@ amount %amt %cur
\f[R]
.fi
.PP
Note we used temporary field names \f[C]cur\f[R] (and \f[C]amt\f[R]) -
not \f[C]currency\f[R], since in this case we don\[aq]t want to trigger
that name\[aq]s special effect.
Note we used a temporary field name (\f[C]cur\f[R]) that is not
\f[C]currency\f[R] - that would trigger the prepending effect, which we
don\[aq]t want here.
.SS Referencing other fields
.PP
In field assignments, you can interpolate only CSV fields, not hledger

View File

@ -1087,9 +1087,8 @@ amount %amt %cur
expenses:unknown 123.00 USD
income:unknown -123.00 USD
Note we used temporary field names 'cur' (and 'amt') - not
'currency', since in this case we don't want to trigger that name's
special effect.
Note we used a temporary field name ('cur') that is not 'currency' -
that would trigger the prepending effect, which we don't want here.

File: hledger_csv.info, Node: Referencing other fields, Next: How CSV rules are evaluated, Prev: Setting currency/commodity, Up: TIPS
@ -1246,10 +1245,10 @@ Node: Setting amounts34895
Ref: #setting-amounts35064
Node: Setting currency/commodity36051
Ref: #setting-currencycommodity36243
Node: Referencing other fields37423
Ref: #referencing-other-fields37623
Node: How CSV rules are evaluated38520
Ref: #how-csv-rules-are-evaluated38693
Node: Referencing other fields37417
Ref: #referencing-other-fields37617
Node: How CSV rules are evaluated38514
Ref: #how-csv-rules-are-evaluated38687

End Tag Table

View File

@ -842,8 +842,8 @@ TIPS
expenses:unknown 123.00 USD
income:unknown -123.00 USD
Note we used temporary field names cur (and amt) - not currency, since
in this case we don't want to trigger that name's special effect.
Note we used a temporary field name (cur) that is not currency - that
would trigger the prepending effect, which we don't want here.
Referencing other fields
In field assignments, you can interpolate only CSV fields, not hledger