Skip to content

Commit

Permalink
;doc: journal: account display order: clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Feb 15, 2024
1 parent d78a37e commit a7cbef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hledger/hledger.m4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit a7cbef0

Please sign in to comment.