Add reference to Emacs ledger-mode
As now, ledger-mode has its own github repository. [ci skip]
This commit is contained in:
parent
16813b68a6
commit
6e4e5a1725
2 changed files with 10 additions and 10 deletions
|
|
@ -111,9 +111,8 @@ The synonym
|
|||
is also accepted.
|
||||
.It Ic emacs Oo Ar query Oc
|
||||
Output posting and transaction data in a format readily consumed by the Emacs
|
||||
editor, in a series of Lisp forms. This is used by the
|
||||
.Pa ledger.el
|
||||
Emacs mode to process reporting data from
|
||||
editor, in a series of Lisp forms. This is used by the Emacs ledger-mode to
|
||||
process reporting data from
|
||||
.Nm .
|
||||
.It Ic equity Oo Ar report-query Oc
|
||||
Print a transaction with a series of postings that balance current totals for
|
||||
|
|
|
|||
|
|
@ -1490,13 +1490,14 @@ nature of your transactions.
|
|||
For example, you do not need to tell Ledger about the accounts you
|
||||
use. Any time Ledger sees a posting involving an account it knows
|
||||
nothing about, it will create it@footnote{This also means if you
|
||||
misspell an account it will end up getting counted separately from what
|
||||
you intended. The provided Emacs major mode provides for automatically
|
||||
filling in account names.}. If you use a commodity that is new to
|
||||
Ledger, it will create that commodity, and determine its display
|
||||
characteristics (placement of the symbol before or after the amount,
|
||||
display precision, etc.) based on how you used the commodity in the
|
||||
posting.
|
||||
misspell an account it will end up getting counted separately from
|
||||
what you intended. An Emacs major mode
|
||||
@uref{https://github.com/ledger/ledger-mode/, ledger-mode} provides
|
||||
tab completion for automatically filling in account names.}. If you
|
||||
use a commodity that is new to Ledger, it will create that commodity,
|
||||
and determine its display characteristics (placement of the symbol
|
||||
before or after the amount, display precision, etc.) based on how you
|
||||
used the commodity in the posting.
|
||||
|
||||
@menu
|
||||
* The Most Basic Entry::
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue