diff options
author | John Wiegley <johnw@newartisans.com> | 2005-06-23 00:08:46 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:13 -0400 |
commit | ec329bfaaeec7ee8266c0ba2320e99dfd73552fd (patch) | |
tree | 75314bc7f3fbd985e7a1ea7b9474ea50da43b832 | |
parent | ecdc02c5d3b1c88ecfa88e09b0ecb012b7107667 (diff) | |
download | fork-ledger-ec329bfaaeec7ee8266c0ba2320e99dfd73552fd.tar.gz fork-ledger-ec329bfaaeec7ee8266c0ba2320e99dfd73552fd.tar.bz2 fork-ledger-ec329bfaaeec7ee8266c0ba2320e99dfd73552fd.zip |
(Format strings): Added documentation about using %b and %e format
elements.
-rw-r--r-- | ledger.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ledger.texi b/ledger.texi index 14141943..8f4d75b2 100644 --- a/ledger.texi +++ b/ledger.texi @@ -1971,9 +1971,15 @@ Insert the pathname of the file from which the entry's data was read. @item B Inserts the beginning character position of that entry within the file. +@item b +Inserts the beginning line of that entry within the file. + @item E Inserts the ending character position of that entry within the file. +@item e +Inserts the ending line of that entry within the file. + @item D By default, this is the same as @samp{%[%Y/%m%/d]}. The date format used can be changed at any time with the @option{-y} flag, however. |