branch: externals/denote commit 38c7c8f1957ff739e5dca56bdc06f13b98bc1f0a Author: Jean-Philippe Gagné Guay <jeanphilippe...@gmail.com> Commit: Jean-Philippe Gagné Guay <jeanphilippe...@gmail.com>
Remove comment in denote-generate-identifier-automatically --- denote.el | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/denote.el b/denote.el index 356def9791..1b50310890 100644 --- a/denote.el +++ b/denote.el @@ -1025,19 +1025,13 @@ returns the first directory." (make-obsolete 'denote-directory 'denote-directories "4.1.0") -;; TODO: Review and fix the features listed in the docstring below before -;; making this a user option. (defvar denote-generate-identifier-automatically t "Make creation and renaming commands automatically create and identifier. This applies when a note is created or renamed. The default is to always create an identifier automatically. -Valid values are: t, nil, `on-creation', and `on-rename'. - -IMPORTANT: Some features may not work with notes that do not have an -identifier. For example, backlinks do not contain files without an -identifier.") +Valid values are: t, nil, `on-creation', and `on-rename'.") (defvar denote-accept-nil-date nil "Make creation and renaming commands use `current-time' when date is nil.")