diff options
author | Craig Earls <enderw88@gmail.com> | 2012-10-13 08:16:39 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2012-10-13 08:16:39 -0700 |
commit | c51ad98a6636b054fae1a8b2eca009ed516ee158 (patch) | |
tree | 83fc11b7c958622bd6ddca2e20e0a34f2ea98f6c /doc | |
parent | 0d90de44b62274ae761b8d81c754f2c78cd44f56 (diff) | |
download | fork-ledger-c51ad98a6636b054fae1a8b2eca009ed516ee158.tar.gz fork-ledger-c51ad98a6636b054fae1a8b2eca009ed516ee158.tar.bz2 fork-ledger-c51ad98a6636b054fae1a8b2eca009ed516ee158.zip |
Fixe emacs command chapter heading
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index b429d27e..aabb9445 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -4038,14 +4038,14 @@ file whose formatting has gotten out of hand. @section Reports in other Formats @menu * Comma Separated Variable files:: -* Emacs:: +* The emacs command:: * Emacs org mode:: * The pricemap Command:: * The xml Command:: * prices and pricedb:: @end menu -@node Comma Separated Variable files, Emacs, Reports in other Formats, Reports in other Formats +@node Comma Separated Variable files, The emacs command, Reports in other Formats, Reports in other Formats @subsection Comma Separated Variable files @menu * The csv command:: @@ -4153,8 +4153,8 @@ passed through 'ledger print' a second time if you want to match on the new payee field. During the 'ledger convert' run only the original payee name as specified in the csv data seems to be used. -@node Emacs, Emacs org mode, Comma Separated Variable files, Reports in other Formats -@subsection Emacs +@node The emacs command, Emacs org mode, Comma Separated Variable files, Reports in other Formats +@subsection The @code{emacs} command The @command{emacs} command outputs results in a form that can be read directly by Emacs Lisp. The format of the @code{sexp} is: @@ -4165,7 +4165,7 @@ directly by Emacs Lisp. The format of the @code{sexp} is: ...) ; list of transactions @end smallexample -@node Emacs org mode, The pricemap Command, Emacs, Reports in other Formats +@node Emacs org mode, The pricemap Command, The emacs command, Reports in other Formats @subsection Emacs @code{org} Mode 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 |