[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 5e21143e22 10/17: Update docstring of denote-for
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 5e21143e22 10/17: Update docstring of denote-format-file-name |
Date: |
Sun, 10 Nov 2024 00:57:52 -0500 (EST) |
branch: externals/denote
commit 5e21143e226d8952e8d7c0e2fe98f0dc5bafe6b0
Author: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>
Commit: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>
Update docstring of denote-format-file-name
---
README.org | 5 +++--
denote.el | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index 34ddc9d132..a4b9740dda 100644
--- a/README.org
+++ b/README.org
@@ -5718,8 +5718,9 @@ might change them without further notice.
the case when returning the value of the variable ~denote-directory~).
=DIR-PATH= cannot be nil or an empty string.
- =ID= is a string holding the identifier of the note. It cannot be
- nil or an empty string and must match ~denote-id-regexp~.
+ =ID= is a string holding the identifier of the note. It can be an
+ empty string, in which case its respective file name component is
+ not added to the base file name.
=DIR-PATH= and =ID= form the base file name.
diff --git a/denote.el b/denote.el
index cb44058a16..2d65e1761a 100644
--- a/denote.el
+++ b/denote.el
@@ -2061,8 +2061,9 @@ forward slash (the function `denote-directory' makes sure
this is
the case when returning the value of the variable `denote-directory').
DIR-PATH cannot be nil or an empty string.
-ID is a string holding the identifier of the note. It cannot be
-nil or an empty string and must match `denote-id-regexp'.
+ID is a string holding the identifier of the note. It can be an
+empty string, in which case its respective file name component is
+not added to the base file name.
DIR-PATH and ID form the base file name.
- [elpa] externals/denote 9d13ef9082 09/17: Allow identifiers with other formats in denote-format-file-name, (continued)
- [elpa] externals/denote 9d13ef9082 09/17: Allow identifiers with other formats in denote-format-file-name, ELPA Syncer, 2024/11/10
- [elpa] externals/denote b2ddfc0d3a 02/17: Rename denote--date to denote--format-front-matter-date, ELPA Syncer, 2024/11/10
- [elpa] externals/denote cf4ce27580 01/17: Do not check identifier format in retrieval functions of file name components, ELPA Syncer, 2024/11/10
- [elpa] externals/denote 7cd1461e4b 03/17: Add comment in denote-valid-date-p, ELPA Syncer, 2024/11/10
- [elpa] externals/denote 19164364a8 06/17: Obsolete denote-create-unique-file-identifier, ELPA Syncer, 2024/11/10
- [elpa] externals/denote a204554b8d 05/17: denote-get-identifier returns an empty string when date is nil, ELPA Syncer, 2024/11/10
- [elpa] externals/denote 89b0525475 07/17: Do not check nil identifier in denote-format-file-name, ELPA Syncer, 2024/11/10
- [elpa] externals/denote b0b19b9ad1 08/17: Allow empty identifier in denote-format-file-name, ELPA Syncer, 2024/11/10
- [elpa] externals/denote 4a2caa43ef 13/17: Handle id in denote--creation-prepare-note-data, ELPA Syncer, 2024/11/10
- [elpa] externals/denote 8f8026bf56 11/17: Change denote and denote-org-capture to make them ready to handle empty identifiers, ELPA Syncer, 2024/11/10
- [elpa] externals/denote 5e21143e22 10/17: Update docstring of denote-format-file-name,
ELPA Syncer <=
- [elpa] externals/denote 344e1a65bb 17/17: Merge pull request #476 from jeanphilippegg/date-functions, ELPA Syncer, 2024/11/10
- [elpa] externals/denote 722c1f3934 14/17: Add variable denote-generate-identifier-automatically, ELPA Syncer, 2024/11/10
- [elpa] externals/denote 8b005edd2d 12/17: Make some front matter functions ready to handle nil dates and empty identifiers, ELPA Syncer, 2024/11/10
- [elpa] externals/denote 427ebfed8e 15/17: Add date parameter to denote--add-front-matter, ELPA Syncer, 2024/11/10