We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce5d0e commit e2f75feCopy full SHA for e2f75fe
ledger-report.el
@@ -451,7 +451,8 @@ MONTH is of the form (YEAR . INDEX) where INDEX ranges from
451
452
(defun ledger-report--compute-extra-args (report-cmd)
453
"Compute extra args to add to REPORT-CMD."
454
- `(,@(when (ledger-report--cmd-needs-links-p report-cmd)
+ `("--date-format" ,ledger-default-date-format
455
+ ,@(when (ledger-report--cmd-needs-links-p report-cmd)
456
'("--prepend-format=%(filename):%(beg_line):"))
457
,@(when ledger-report-auto-width
458
`("--columns" ,(format "%d" (window-max-chars-per-line))))
0 commit comments