branch: externals/denote commit ec3847607bb4910bb710d75b74a190e9ecfc0259 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove to-do about file name format Making it a defcustom would make things complicated. Maybe I am missing something though, so I might review this in the future. --- denote.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/denote.el b/denote.el index 5e32e3c704..b473299221 100644 --- a/denote.el +++ b/denote.el @@ -84,8 +84,6 @@ If nil, show the keywords in their given order." ;;; Main variables -;; TODO 2022-06-04: Can we make the entire file name format a defcustom? - (defconst denote-id "%Y%m%d_%H%M%S" "Format of ID prefix of a note's filename.")