diff options
author | Craig Earls <enderw88@gmail.com> | 2013-03-02 20:21:46 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-03-02 20:21:46 -0700 |
commit | 4c608cccd0c6f06f403882dcca36cb62a40178a2 (patch) | |
tree | 9faa792c6e4477ff5c52435a5b9cd384c1081c79 /doc/ledger-mode.texi | |
parent | b3971e8bedcfde7c9c2c1bbb7460915aa6ca0731 (diff) | |
parent | 4810da9398809fc090c7f044d3545050a465d2bb (diff) | |
download | fork-ledger-4c608cccd0c6f06f403882dcca36cb62a40178a2.tar.gz fork-ledger-4c608cccd0c6f06f403882dcca36cb62a40178a2.tar.bz2 fork-ledger-4c608cccd0c6f06f403882dcca36cb62a40178a2.zip |
Merge branch 'next' into ledger-mode-automatic-transactions
Diffstat (limited to 'doc/ledger-mode.texi')
-rw-r--r-- | doc/ledger-mode.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ledger-mode.texi b/doc/ledger-mode.texi index 1d317725..f530d587 100644 --- a/doc/ledger-mode.texi +++ b/doc/ledger-mode.texi @@ -303,6 +303,21 @@ transactions like automated transaction, will be moved in the sorting process and may not function correctly afterwards. For this reason there is no key sequence. +You can limit the allowed sort region by using embedded Ledger-mode +markup within your ledger. For exmaple +@smallexample +<<< infomration to not sort >>> + +; Ledger-mode: Start sort + +<<< xacts to sort >>> + +;Ledger-mode: End sort + +<<< information to not sort >>> +@end smallexample + + @node Hiding Transactions, , Sorting Transactions, The Ledger Buffer @section Hiding Transactions |