branch: externals/denote
commit 768372281f5be59b2904f0c62266ab17a21eb494
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Fix formatting typo
---
 denote-link.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-link.el b/denote-link.el
index f2edb75e4b..7c20d93dab 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -68,7 +68,7 @@
 (defconst denote-link--format-markdown "[%2$s](denote:%1$s)"
   "Format of Markdown link to note.")
 
-(defconst denote-link--format-text "[[%$2s] [%$1s]]"
+(defconst denote-link--format-text "[[%2$s] [%1$s]]"
   "Format of plain text link to note.")
 
 (defconst denote-link--regexp-org

Reply via email to