branch: externals/denote commit 67637bbaa03f7f372b351c61bd17bfcc74157289 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove TODO from f5b45f5 (it's okay) --- denote.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/denote.el b/denote.el index e40ccccd1b..91a719d2a6 100644 --- a/denote.el +++ b/denote.el @@ -669,8 +669,6 @@ Consult the `denote-file-types' for how this is used." Consult the `denote-file-types' for how this is used." (split-string keywords-string "[:,\s]+" t "[][ \"']+")) -;; TODO 2022-08-28: Test what happens if `denote-file-type' does not -;; have a value of `org', `markdown-toml', `markdown-yaml', or `text'. (defvar denote-file-types ;; If denote-file-type is nil, we use the first element ;; of denote-file-types for new note creation, which we want