summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ledger3.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index f5446cf5..6a39c963 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -3889,6 +3889,12 @@ Becomes:
Assets:Cash $-20.00
@end smallexample
+Keep in mind that if you are using @option{--strict} or @option{--pedantic} you will have to explicitly define an account @samp{$account} to avoid errors.
+
+@smallexample @c input:validate
+account $account
+@end smallexample
+
@node Applying metadata to every matched posting, Applying metadata to the generated posting, Referring to the matching posting's account, Automated Transactions
@subsection Applying metadata to every matched posting