From 93644a52ba7eb7fdf6d9556a3b861ef892157a88 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 27 Jan 2020 12:53:12 -0800 Subject: [PATCH] ;doc: journal: layout fix [ci skip] --- hledger-lib/hledger_journal.m4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hledger-lib/hledger_journal.m4.md b/hledger-lib/hledger_journal.m4.md index fa488bacf..337109060 100644 --- a/hledger-lib/hledger_journal.m4.md +++ b/hledger-lib/hledger_journal.m4.md @@ -1075,6 +1075,7 @@ account other:zoo ``` would influence the position of `zoo` among `other`'s subaccounts, but not the position of `other` among the top-level accounts. This means: + - you will sometimes declare parent accounts (eg `account other` above) that you don't intend to post to, just to customize their display order - sibling accounts stay together (you couldn't display `x:y` in between `a:b` and `a:c`).