ledger / ledger-mode

Emacs Lisp files for interacting with the C++Ledger accounting system
GNU General Public License v2.0
376 stars 75 forks source link

Pass --width to hledger when ledger-report-auto-width is t #279

Open DamienCassou opened 3 years ago

DamienCassou commented 3 years ago

I tried to make ledger-mode pass --width for hledger instead of --columns when ledger-report-auto-width is non-nil. I failed because of the way ledger-mode passes arguments to ledger/hledger:

I don't know how to make that work without significantly rewriting this part of ledger-mode. Relevant functions include: ledger-report--compute-extra-args, ledger-report-expand-format-specifiers and ledger-report-binary-format-specifier.

simonmichael commented 1 year ago

Related to #319.