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 6a09acd commit 060624bCopy full SHA for 060624b
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