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

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

[elpa] externals/denote 2c00c3ed44 10/11: Fix backlinks buffer


From: ELPA Syncer
Subject: [elpa] externals/denote 2c00c3ed44 10/11: Fix backlinks buffer
Date: Mon, 8 Aug 2022 23:57:32 -0400 (EDT)

branch: externals/denote
commit 2c00c3ed441b21192888b2d5fec0ac26e8dac06f
Author: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>
Commit: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>

    Fix backlinks buffer
    
    - Clicking on a link in a file in a subdirectory should open the linked 
file.
---
 denote.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/denote.el b/denote.el
index 8c7568b7f2..3cfaf5cac2 100644
--- a/denote.el
+++ b/denote.el
@@ -1900,6 +1900,7 @@ Use optional TITLE for a prettier heading."
   (let ((inhibit-read-only t)
         (buf (format "*denote-backlinks to %s*" id)))
     (with-current-buffer (get-buffer-create buf)
+      (setq-local default-directory (denote-directory))
       (erase-buffer)
       (special-mode)
       (goto-char (point-min))



reply via email to

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