From 737ab1328456224007e2d3e09887feb538e9b1e2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 22 Dec 2021 15:14:37 -1000 Subject: [PATCH] journal: doc updates for aliases corrupting account names (#1788) --- hledger/Hledger/Cli/Commands/Print.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/Commands/Print.md b/hledger/Hledger/Cli/Commands/Print.md index d3bfd1887..f969e01ec 100644 --- a/hledger/Hledger/Cli/Commands/Print.md +++ b/hledger/Hledger/Cli/Commands/Print.md @@ -58,7 +58,7 @@ There are some situations where print's output can become unparseable: - [Valuation](#valuation) affects posting amounts but not [balance assertion](#balance-assertions) or [balance assignment](#balance-assignments) amounts, potentially causing those to [fail](https://github.com/simonmichael/hledger/issues/1429). - [Auto postings](#auto-postings) can generate postings with [too many missing amounts](https://github.com/simonmichael/hledger/issues/1276). -- [Account aliases can generate bad account names](#account-aliases-can-generate-bad-account-names). +- [Account aliases can generate bad account names](#aliases-can-generate-bad-account-names). Normally, the journal entry's explicit or implicit amount style is preserved. For example, when an amount is omitted in the journal, it will not appear in the output.