Skip to content

Commit

Permalink
Merge branch 'fix-245'
Browse files Browse the repository at this point in the history
  • Loading branch information
jabranham committed May 30, 2020
2 parents f1af867 + 977af8c commit f846374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger-init.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ISO 8601 dates."
"Format DATE according to the current preferred date format.
Returns the current date if DATE is nil or not supplied."
(format-time-string
(or (cdr (assoc "date-format" ledger-environment-alist))
(or (cdr (assoc "input-date-format" ledger-environment-alist))
ledger-default-date-format)
date))

Expand Down

0 comments on commit f846374

Please sign in to comment.