emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote dfc3a8fc60 071/355: Use denote-directory rather


From: ELPA Syncer
Subject: [elpa] externals/denote dfc3a8fc60 071/355: Use denote-directory rather than hardcoded path
Date: Sun, 26 Jun 2022 23:58:01 -0400 (EDT)

branch: externals/denote
commit dfc3a8fc60486e6df8340f5c6444239590bc0e02
Author: Jack Baty <jack@baty.net>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use denote-directory rather than hardcoded path
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index b76a5fe56f..edd20b0e2c 100644
--- a/denote.el
+++ b/denote.el
@@ -297,7 +297,7 @@ TITLE, DATE, KEYWORDS, FILENAME, ID are all strings which 
are
             "#+identifier: " id        "\n"
             "#+filename:   " (string-remove-prefix denote-directory filename)  
"\n"
             "#+path:       " filename  "\n"
-            "#+link:       " "denote /home/prot/Documents/notes/%s"
+            "#+link:       " "denote " denote-directory "%s"
             "\n\n")))
 
 (defun denote--path (title keywords)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]