[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 03dc441457 1/6: fix obsolete alias
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 03dc441457 1/6: fix obsolete alias |
Date: |
Sat, 23 Nov 2024 03:57:51 -0500 (EST) |
branch: externals/denote
commit 03dc441457c9c4dbdb67664c55c65e54f21c107e
Author: Alan Schmitt <alan.schmitt@polytechnique.org>
Commit: Alan Schmitt <alan.schmitt@polytechnique.org>
fix obsolete alias
---
denote-journal-extras.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote-journal-extras.el b/denote-journal-extras.el
index 15287f92a3..ff4bfa1fbc 100644
--- a/denote-journal-extras.el
+++ b/denote-journal-extras.el
@@ -254,7 +254,7 @@ file's title. This has the same meaning as in
`denote-link'."
(let ((path (denote-journal-extras-path-to-new-or-existing-entry date)))
(denote-link path
(denote-filetype-heuristics (buffer-file-name))
- (denote--link-get-description path)
+ (denote-get-link-description path)
id-only)))
(provide 'denote-journal-extras)
- [elpa] externals/denote updated (12a77a382e -> 557a7b63b7), ELPA Syncer, 2024/11/23
- [elpa] externals/denote 03dc441457 1/6: fix obsolete alias,
ELPA Syncer <=
- [elpa] externals/denote 812bec4027 5/6: Document denote-journal-extras-keyword support for list value, ELPA Syncer, 2024/11/23
- [elpa] externals/denote c954e49482 2/6: Add multiple keywords option for journal, ELPA Syncer, 2024/11/23
- [elpa] externals/denote bd82f0aed7 4/6: Merge pull request #483 from cosmicz/journal-multiple-keywords, ELPA Syncer, 2024/11/23
- [elpa] externals/denote 9a9d858842 3/6: Merge pull request #482 from brabalan/fix-alias, ELPA Syncer, 2024/11/23
- [elpa] externals/denote 557a7b63b7 6/6: Tweak the denote-journal-extras-keyword doc string, ELPA Syncer, 2024/11/23