diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-01 10:19:47 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-01 10:19:47 -0700 |
commit | 0675208a63837b0ce6802b5124bb90514f07b5e0 (patch) | |
tree | 38fbb5bd4c1a922b356529554d8ceae5bb3001aa /doc | |
parent | 844b614af7a74ac52b6a63406af2a49485d178da (diff) | |
download | fork-ledger-0675208a63837b0ce6802b5124bb90514f07b5e0.tar.gz fork-ledger-0675208a63837b0ce6802b5124bb90514f07b5e0.tar.bz2 fork-ledger-0675208a63837b0ce6802b5124bb90514f07b5e0.zip |
Add regional sort facility to ledger mode
C-c C-s now bound to ledger-sort-region. ledger-sort-region is smart and
find the beginning of the first xact within the region and the beginning of
the first xact AFTER the region so that it can keep posing structure intact
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 79ce0b0d..ac0208bd 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -2376,7 +2376,7 @@ reconcile uncleared entries related to an account @item C-c C-d delete the current entry @item C-c C-s -sort all entries in the journal by date. Drop comments outside of entries +sort all entries in the region. @item C-c C-o C-r run a ledger report @item C-C C-o C-g |