Variable: denote-sort-signature-comparison-function

denote-sort-signature-comparison-function is a customizable variable defined in denote.el.

Value

string-collate-lessp

Documentation

Function to sort the SIGNATURE component in file names.

The function accepts two arguments and must return a non-nil value if the first argument is smaller than the second one.

This variable was added, or its default value changed, in denote version 3.1.0.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defcustom denote-sort-signature-comparison-function denote-sort-comparison-fallback-function
  "Function to sort the SIGNATURE component in file names.
The function accepts two arguments and must return a non-nil value if
the first argument is smaller than the second one."
  :type 'function
  :package-version '(denote . "3.1.0")
  :group 'denote-sort)