This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
1
[PATCH] Fix: broken if-clause in denote-link-after-creating-with-command
---
denote.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/denote.el b/denote.el
index 1debafb..1e4b296 100644
--- a/denote.el
+++ b/denote.el
@@ -3169,8 +3169,8 @@ Optional ID-ONLY has the same meaning as in the command
command
(if (eq command 'denote-signature)
#'denote--link-get-description-with-signature
- #'denote--link-get-description
- id-only)))
+ #'denote--link-get-description)
+ id-only))
;;;###autoload
(defun denote-link-or-create (target &optional id-only)
--
2.42.0
> From: Vedang Manerikar <ved.manerikar@gmail.com>
> Date: Thu, 26 Oct 2023 15:49:22 +0530
>
> ---
> denote.el | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied. Thank you!
--
Protesilaos Stavrou
https://protesilaos.com