You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SPC m C (ledger-mode-clean-buffer) doesn't sort as expected in case of a non-alphabetically sorting date format.
Configuring my default date format doesn't change anything to this.
(defundotspacemacs/user-config ()
"Configuration for user code:This function is called at the very end of Spacemacs startup, after layerconfiguration.Put your configuration code here, except for variables that should be setbefore packages are loaded."
(setq ledger-default-date-format "%d/%m/%Y")
(setq ledger-init-file-name "/home/michael/.ledgerrc")
)
SPC m C (ledger-mode-clean-buffer)
doesn't sort as expected in case of a non-alphabetically sorting date format.Configuring my default date format doesn't change anything to this.
This might be due to ledger/ledger#1068 , but then the wording
sort chronologically
in ledger-mode sources is at least a little misleading.The text was updated successfully, but these errors were encountered: