~protesilaos/denote

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

Details
Message ID
<20231026101922.29480-1-ved.manerikar@gmail.com>
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 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
Details
Message ID
<87h6md8y8k.fsf@protesilaos.com>
In-Reply-To
<20231026101922.29480-1-ved.manerikar@gmail.com> (view parent)
DKIM signature
missing
Download raw message
> 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
Reply to thread Export thread (mbox)