[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote updated (b788f7c3d7 -> 344e1a65bb)
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote updated (b788f7c3d7 -> 344e1a65bb) |
Date: |
Sun, 10 Nov 2024 00:57:49 -0500 (EST) |
elpasync pushed a change to branch externals/denote.
from b788f7c3d7 Expand denote-md-extras.el to support conversion from/to
Obsidian links
new cf4ce27580 Do not check identifier format in retrieval functions of
file name components
new b2ddfc0d3a Rename denote--date to denote--format-front-matter-date
new 7cd1461e4b Add comment in denote-valid-date-p
new a5ecae13cf Obsolete denote-parse-date
new a204554b8d denote-get-identifier returns an empty string when date
is nil
new 19164364a8 Obsolete denote-create-unique-file-identifier
new 89b0525475 Do not check nil identifier in denote-format-file-name
new b0b19b9ad1 Allow empty identifier in denote-format-file-name
new 9d13ef9082 Allow identifiers with other formats in
denote-format-file-name
new 5e21143e22 Update docstring of denote-format-file-name
new 8f8026bf56 Change denote and denote-org-capture to make them ready
to handle empty identifiers
new 8b005edd2d Make some front matter functions ready to handle nil
dates and empty identifiers
new 4a2caa43ef Handle id in denote--creation-prepare-note-data
new 722c1f3934 Add variable denote-generate-identifier-automatically
new 427ebfed8e Add date parameter to denote--add-front-matter
new 75d4ba1f7e Do not add an empty identifier in denote--used-ids
new 344e1a65bb Merge pull request #476 from
jeanphilippegg/date-functions
Summary of changes:
README.org | 37 +++--------
denote-journal-extras.el | 14 ++---
denote.el | 160 ++++++++++++++++++++++++-----------------------
tests/denote-test.el | 6 +-
4 files changed, 98 insertions(+), 119 deletions(-)
- [elpa] externals/denote updated (b788f7c3d7 -> 344e1a65bb),
ELPA Syncer <=
- [elpa] externals/denote a5ecae13cf 04/17: Obsolete denote-parse-date, ELPA Syncer, 2024/11/10
- [elpa] externals/denote 75d4ba1f7e 16/17: Do not add an empty identifier in denote--used-ids, ELPA Syncer, 2024/11/10
- [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