Variable: denote-sort-components

denote-sort-components is a variable defined in denote.el.

Value

(title keywords signature identifier random last-modified)

Documentation

List of sorting keys applicable for denote-sort-files and related.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defconst denote-sort-components '(title keywords signature identifier random last-modified)
  "List of sorting keys applicable for `denote-sort-files' and related.")