From ceeea692649ede142f0f87f4e953a110c4d3895b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 11 Oct 2024 14:50:49 -1000 Subject: [PATCH] ;examples: hledger2beancount.conf: fix unsupported quoting, add stuff --- examples/hledger2beancount.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/hledger2beancount.conf b/examples/hledger2beancount.conf index 7476be58c..314c3657d 100755 --- a/examples/hledger2beancount.conf +++ b/examples/hledger2beancount.conf @@ -8,12 +8,15 @@ # Simple aliases: --alias actifs=assets --alias passifs=liabilities ---alias 'capitaux propres'=equity +--alias 'capitaux propres=equity' --alias revenus=income --alias dépenses=expenses -# A regex alias that moves the level 2 names up to level 1: +# move level 2 names up to level 1: # --alias '/^([^:]+):([^:]+)/=\2:\1' +# +# --alias other-assets=assets +# --alias revenues=income # Print beancount output by default. [print]