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 5a45b3f commit cf6f577Copy full SHA for cf6f577
ledger-report.el
@@ -454,7 +454,8 @@ called in the ledger buffer for which the report is being run."
454
455
(defun ledger-report--compute-extra-args (report-cmd)
456
"Compute extra args to add to REPORT-CMD."
457
- `(,@(when (ledger-report--cmd-needs-links-p report-cmd)
+ `("--date-format" ,ledger-default-date-format
458
+ ,@(when (ledger-report--cmd-needs-links-p report-cmd)
459
'("--prepend-format=%(filename):%(beg_line):"))
460
,@(when ledger-report-auto-width
461
`("--columns" ,(format "%d" (window-max-chars-per-line))))
0 commit comments