From a7cbef0f512007ed5a83bbc82ef8eeb6a9e946ed Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 14 Feb 2024 15:03:28 -1000 Subject: [PATCH] ;doc: journal: account display order: clarify --- hledger/hledger.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 80886d7c3c0..796945637f2 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -1826,7 +1826,7 @@ If there are undeclared accounts, those will be displayed last, in alphabetical Sorting is done within each group of sibling accounts, at each level of the account tree. Eg, a declaration like `account parent:child` influences `child`'s position among its siblings. -Note, it does not affect `parent`'s position; for that, you would need to also declare `account parent`. +Note, it does not affect `parent`'s position; for that, you need an `account parent` declaration. Sibling accounts are always displayed together; hledger won't display `x:y` in between `a:b` and `a:c`.