emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote f4c3f1c2d5 18/39: Expand denote-prompts doc stri


From: ELPA Syncer
Subject: [elpa] externals/denote f4c3f1c2d5 18/39: Expand denote-prompts doc string
Date: Mon, 11 Jul 2022 00:57:45 -0400 (EDT)

branch: externals/denote
commit f4c3f1c2d5cdf5405882b5cfb6ebd626b4e5a6fd
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Expand denote-prompts doc string
---
 denote.el | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index 720b51d2b7..da94742a9d 100644
--- a/denote.el
+++ b/denote.el
@@ -201,8 +201,25 @@ The value is a list of symbols, which includes any of the 
following:
 
 The prompts will happen in the given order.
 
-If the value of this user option is nil, the `title' and
-`keywords' are used."
+If the value of this user option is nil, no prompts are used.
+The resulting file name will consist of an identifier (i.e. the
+date and time) and a supported file type extension (per
+`denote-file-type').
+
+Recall that Denote's standard file-naming scheme is as
+follows (read the manual for the technicalities):
+
+    DATE--TITLE__KEYWORDS.EXT
+
+If either or both of the `title' and `keywords' prompts are not
+included in the value of this variable, file names will be any of
+those permutations:
+
+    DATE.EXT
+    DATE--TITLE.EXT
+    DATE__KEYWORDS.EXT
+
+When in doubt, always include the `title' and `keywords' prompts."
   :group 'denote
   :type '(radio (const :tag "Use no prompts" nil)
                 (set :tag "Available prompts" :greedy t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]