summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-03-02 20:19:43 -0700
committerCraig Earls <enderw88@gmail.com>2013-03-02 20:19:43 -0700
commitc85a91b030f27b8cc22fa71bf0215b846b2be246 (patch)
treee77e6fc51fa3e77c39e4bb52626b64fe23185a0c /doc
parent9a86fe022cb5ef95c675ebc59269a7c7e63d1077 (diff)
downloadfork-ledger-c85a91b030f27b8cc22fa71bf0215b846b2be246.tar.gz
fork-ledger-c85a91b030f27b8cc22fa71bf0215b846b2be246.tar.bz2
fork-ledger-c85a91b030f27b8cc22fa71bf0215b846b2be246.zip
Ad ledger-mode flags to limit sort region for sort buffer
Diffstat (limited to 'doc')
-rw-r--r--doc/ledger-mode.texi15
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