From d78a37eedaddd955da2f725346e5ac1157873de8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 14 Feb 2024 14:19:38 -1000 Subject: [PATCH] ;doc: journal: account display order: clarify --- hledger/hledger.m4.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 52685883d..80886d7c3 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -1825,7 +1825,8 @@ 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 to make this work, and/or to influence `parent`'s position, you may need to also declare `account parent`. + +Note, it does not affect `parent`'s position; for that, you would need to also declare `account parent`. Sibling accounts are always displayed together; hledger won't display `x:y` in between `a:b` and `a:c`.