Skip to content

Take ledger-default-date-format in to account for sorting #343

Description

@MikiDi

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.

(defun dotspacemacs/user-config ()
  "Configuration for user code:
This function is called at the very end of Spacemacs startup, after layer
configuration.
Put your configuration code here, except for variables that should be set
before packages are loaded."
  (setq ledger-default-date-format "%d/%m/%Y")
  (setq ledger-init-file-name "/home/michael/.ledgerrc")
)

This might be due to ledger/ledger#1068 , but then the wording sort chronologically in ledger-mode sources is at least a little misleading.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions