branch: externals/denote commit f5b45f5f107f218f0bd4e7f44b8750fb9a8983d5 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add TODO for denote-file-types --- denote.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/denote.el b/denote.el index 91a719d2a6..e40ccccd1b 100644 --- a/denote.el +++ b/denote.el @@ -669,6 +669,8 @@ 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