From ec329bfaaeec7ee8266c0ba2320e99dfd73552fd Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 23 Jun 2005 00:08:46 +0000 Subject: (Format strings): Added documentation about using %b and %e format elements. --- ledger.texi | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- cgit v1.2.3