Add @node when missing
This commit is contained in:
parent
14a8bb9b99
commit
fdc39630b6
1 changed files with 10 additions and 2 deletions
|
|
@ -4141,7 +4141,7 @@ but, by default, will appear immediately below the source code block.
|
||||||
You can combine multiple source code blocks before executing ledger and
|
You can combine multiple source code blocks before executing ledger and
|
||||||
do all kinds of other wonderful things with Babel (and org).
|
do all kinds of other wonderful things with Babel (and org).
|
||||||
|
|
||||||
|
@node Org mode with Babel, The pricemap Command, Emacs Org mode, Reports in other Formats
|
||||||
@subsection Org mode with Babel
|
@subsection Org mode with Babel
|
||||||
|
|
||||||
Using Babel, it is possible to record financial transactions
|
Using Babel, it is possible to record financial transactions
|
||||||
|
|
@ -5613,7 +5613,7 @@ Synonym for @code{--period "yearly"}
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
|
||||||
|
@node Basic options, Report Filtering, Report Options, Detailed Options Description
|
||||||
@subsection Basic options
|
@subsection Basic options
|
||||||
|
|
||||||
These are the most basic command options. Most likely, the user will
|
These are the most basic command options. Most likely, the user will
|
||||||
|
|
@ -6593,6 +6593,7 @@ not specified, the current report style's value expression is used.
|
||||||
This is always the present moment/date.
|
This is always the present moment/date.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
@node Posting/account details, , Variables, Variables
|
||||||
@subsection Posting/account details
|
@subsection Posting/account details
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
|
|
@ -6633,6 +6634,7 @@ account.
|
||||||
1 if a posting is not automated, 0 otherwise.
|
1 if a posting is not automated, 0 otherwise.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
@node Calculated totals, , Posting/account details, Variables
|
||||||
@subsection Calculated totals
|
@subsection Calculated totals
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
|
|
@ -7122,6 +7124,7 @@ Date and time format are specified as strings of single letter codes
|
||||||
preceded by percent signs. Any separator, or no separator can be
|
preceded by percent signs. Any separator, or no separator can be
|
||||||
specified.
|
specified.
|
||||||
|
|
||||||
|
@node Days, , Date and Time Format Codes, Date and Time Format Codes
|
||||||
@subsubsection Days
|
@subsubsection Days
|
||||||
|
|
||||||
Dates are formed from a combination of day, month and year codes, in
|
Dates are formed from a combination of day, month and year codes, in
|
||||||
|
|
@ -7143,6 +7146,7 @@ Two digit date
|
||||||
|
|
||||||
@noindent So @code{"%Y%m%d"} yields @code{20111214} which provides a date that is simple to sort on.
|
@noindent So @code{"%Y%m%d"} yields @code{20111214} which provides a date that is simple to sort on.
|
||||||
|
|
||||||
|
@node Weekdays, Month, Days, Date and Time Format Codes
|
||||||
@subsubsection Weekdays
|
@subsubsection Weekdays
|
||||||
|
|
||||||
You can have additional weekday information in your date with @code{%A}
|
You can have additional weekday information in your date with @code{%A}
|
||||||
|
|
@ -7175,6 +7179,7 @@ day of week starting with Monday (1), i.e. @code{mtwtfss} 3
|
||||||
day of week starting with Sunday (0), i.e. @code{smtwtfs} 3
|
day of week starting with Sunday (0), i.e. @code{smtwtfs} 3
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
@node Month, Miscellaneous Date Codes, Date and Time Format Codes, Date and Time Format Codes
|
||||||
@subsubsection Month
|
@subsubsection Month
|
||||||
|
|
||||||
You can have additional month information in your date with @code{%B} as
|
You can have additional month information in your date with @code{%B} as
|
||||||
|
|
@ -7200,6 +7205,7 @@ Locale’s abbreviated month, for example @code{02} might be abbreviated as @cod
|
||||||
Locale’s full month, variable length February
|
Locale’s full month, variable length February
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
@node Miscellaneous Date Codes, , Date and Time Format Codes, Date and Time Format Codes
|
||||||
@subsubsection Miscellaneous Date Codes
|
@subsubsection Miscellaneous Date Codes
|
||||||
|
|
||||||
Additional date format parameters which can be used:
|
Additional date format parameters which can be used:
|
||||||
|
|
@ -8283,6 +8289,7 @@ Various notes from the discussion list that I haven't incorporated in to the mai
|
||||||
@node Cookbook, , Miscellaneous Notes, Miscellaneous Notes
|
@node Cookbook, , Miscellaneous Notes, Miscellaneous Notes
|
||||||
@section Cookbook
|
@section Cookbook
|
||||||
|
|
||||||
|
@node Invoking Ledger, Ledger Files, Cookbook, Cookbook
|
||||||
@subsection Invoking Ledger
|
@subsection Invoking Ledger
|
||||||
|
|
||||||
@smallexample
|
@smallexample
|
||||||
|
|
@ -8293,6 +8300,7 @@ ledger register Joint --uncleared
|
||||||
ledger register Checking --sort d -d 'd>[2011/04/01]' until 2011/05/25
|
ledger register Checking --sort d -d 'd>[2011/04/01]' until 2011/05/25
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
|
@node Ledger Files, , Cookbook, Cookbook
|
||||||
@subsection Ledger Files
|
@subsection Ledger Files
|
||||||
|
|
||||||
@smallexample
|
@smallexample
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue