re-fixed draft and lisp command documentation

This commit is contained in:
Craig Earls 2012-11-01 16:03:58 -07:00
parent ae5325f0a9
commit 71ecd4ef79

View file

@ -4045,14 +4045,14 @@ file whose formatting has gotten out of hand.
@section Reports in other Formats @section Reports in other Formats
@menu @menu
* Comma Separated Variable files:: * Comma Separated Variable files::
* The emacs command:: * The lisp command::
* EMACS org mode:: * EMACS org mode::
* The pricemap Command:: * The pricemap Command::
* The xml Command:: * The xml Command::
* prices and pricedb:: * prices and pricedb::
@end menu @end menu
@node Comma Separated Variable files, The emacs command, Reports in other Formats, Reports in other Formats @node Comma Separated Variable files, The lisp command, Reports in other Formats, Reports in other Formats
@subsection Comma Separated Variable files @subsection Comma Separated Variable files
@menu @menu
* The csv command:: * The csv command::
@ -4160,10 +4160,10 @@ passed through @code{ledger print} a second time if you want to match on the
new payee field. During the @code{ledger convert} run only the original payee new payee field. During the @code{ledger convert} run only the original payee
name as specified in the csv data seems to be used. name as specified in the csv data seems to be used.
@node The emacs command, EMACS org mode, Comma Separated Variable files, Reports in other Formats @node The lisp command, EMACS org mode, Comma Separated Variable files, Reports in other Formats
@subsection The @code{emacs} command @subsection The @code{lisp} command
The @command{emacs} command outputs results in a form that can be read The @command{lisp} command outputs results in a form that can be read
directly by EMACS Lisp. The format of the @code{sexp} is: directly by EMACS Lisp. The format of the @code{sexp} is:
@smallexample @smallexample
@ -4172,7 +4172,9 @@ directly by EMACS Lisp. The format of the @code{sexp} is:
...) ; list of transactions ...) ; list of transactions
@end smallexample @end smallexample
@node EMACS org mode, The pricemap Command, The emacs command, Reports in other Formats @noindent @code{emacs{ can also be used as asynonym for @code{lisp}
@node EMACS org mode, The pricemap Command, The lisp command, Reports in other Formats
@subsection EMACS @code{org} Mode @subsection EMACS @code{org} Mode
The @code{org} command produces a journal file suitable for use in the The @code{org} command produces a journal file suitable for use in the
EMACS org mode. More details on using org mode can be found at EMACS org mode. More details on using org mode can be found at
@ -4682,11 +4684,11 @@ Report all commodities present in the journals under consideration.
@node entry and xact, payees, commodities, Reports about your Journals @node entry and xact, payees, commodities, Reports about your Journals
@subsection @command{entry} and @command{xact} @subsection @command{draft}, @command{entry} and @command{xact}
The @code{entry} and @command{xact} commands simplify the creation of The @code{draft}, @code{entry} and @command{xact} commands simplify the
new transactions. It works on the principle that 80% of all postings creation of new transactions. It works on the principle that 80% of all
are variants of earlier postings. Here's how it works: postings are variants of earlier postings. Here's how it works:
Say you currently have this posting in your ledger file: Say you currently have this posting in your ledger file:
@ -8199,8 +8201,6 @@ need to create sums of multiple commodities, use a Balance. For example:
@itemize @itemize
@item OFX support has been removed from Ledger 3.0 @item OFX support has been removed from Ledger 3.0
@item single character value expressions are deprecated and should be changed to the new value expressions available in 3.0 @item single character value expressions are deprecated and should be changed to the new value expressions available in 3.0
@item @code{draft} command is no longer supported, use @code{entry} or @code{exact}
@item @code{lisp} command is no longer supported, use @code{emacs}.
@end itemize @end itemize
@node Example Data File, Miscellaneous Notes, Major Changes from version 2.6, Top @node Example Data File, Miscellaneous Notes, Major Changes from version 2.6, Top