branch: externals/denote commit 5dba1a94daf568bc96b164edb3a539d4a75c53e1 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Document permutations of 'denote-prompts' file naming --- denote.el | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/denote.el b/denote.el index a6638eef56..caa61e8589 100644 --- a/denote.el +++ b/denote.el @@ -245,15 +245,20 @@ 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: +Depending on the inclusion of the `title', `keywords', and +`signature' prompts, file names will be any of those +permutations: DATE.EXT DATE--TITLE.EXT DATE__KEYWORDS.EXT + DATE==SIGNATURE.EXT + DATE==SIGNATURE--TITLE.EXT + DATE==SIGNATURE--TITLE__KEYWORDS.EXT + DATE==SIGNATURE__KEYWORDS.EXT -When in doubt, always include the `title' and `keywords' prompts. +When in doubt, always include the `title' and `keywords' +prompts (the default style). Finally, this user option only affects the interactive use of the `denote' command (advanced users can call it from Lisp). For