Merge pull request #297 from thdox/reconcile-sort-key
Fix #986 and improve documentation. I don't like it, but if it will stop the complaint I will merge it.
This commit is contained in:
commit
4af2b97921
1 changed files with 2 additions and 2 deletions
|
|
@ -75,8 +75,8 @@ reconcile-finish will mark all pending posting cleared."
|
||||||
:type 'string
|
:type 'string
|
||||||
:group 'ledger-reconcile)
|
:group 'ledger-reconcile)
|
||||||
|
|
||||||
(defcustom ledger-reconcile-sort-key "(date)"
|
(defcustom ledger-reconcile-sort-key "(0)"
|
||||||
"Default key for sorting reconcile buffer. For no sorting by default, use '(0)'."
|
"Default key for sorting reconcile buffer. Possible values are '(date)', '(amount)', '(payee)'. For no sorting, i.e. using ledger file order, use '(0)'."
|
||||||
:type 'string
|
:type 'string
|
||||||
:group 'ledger-reconcile)
|
:group 'ledger-reconcile)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue