hello, 

I'm new to Ledger and have a puzzling issue. When I input periodic 
transactions into my journal, ledger-mode won't format them correctly. 
However it handles normal transactions OK. It looks like this: 

2019/12/25  automatic entry
    expenses                                     100
    assets

~ monthly  rent
expenses  1000
assets

~ Monthly  rent
expenses  1000
assets

2019/12/25  manual entry
    expenses                                     100
    assets

Moving the point over the lines of the periodic transactions highlights 
each line, unlike highlighting the whole transaction as it should. 

My init.el is 

(use-package ledger-mode
  :config
  (setq ledger-binary-path "c:/users/george/bin/hledger/hledger.exe"
ledger-mode-should-check-version nil)
  (add-to-list 'auto-mode-alist '("\.hledger\.journal" . ledger-mode))
  (add-hook 'ledger-mode-hook
          (lambda ()
            (setq-local tab-always-indent 'complete)
            (setq-local completion-cycle-threshold t)
            (setq-local ledger-complete-in-steps t)))
  )

This probably is something basic but I'm at a loss as to what. I'm using 
ledger-mode 4.0 with Emacs 26.2. Any ideas?

thanks, George

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/b32dcc32-af22-4983-883d-d953638e5818%40googlegroups.com.

Reply via email to