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 08b87f0 commit ab1a951Copy full SHA for ab1a951
ledger-report.el
@@ -446,7 +446,8 @@ called in the ledger buffer for which the report is being run."
446
447
(defun ledger-report--compute-extra-args (report-cmd)
448
"Compute extra args to add to REPORT-CMD."
449
- `(,@(when (ledger-report--cmd-needs-links-p report-cmd)
+ `("--date-format" ,ledger-default-date-format
450
+ ,@(when (ledger-report--cmd-needs-links-p report-cmd)
451
'("--prepend-format=%(filename):%(beg_line):"))
452
,@(when ledger-report-auto-width
453
`("--columns" ,(format "%d" (window-max-chars-per-line))))
0 commit comments