[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 7f9d040b44 4/4: Add FIXME for the denote-link--p
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 7f9d040b44 4/4: Add FIXME for the denote-link--prepare-backlinks inside of a silo |
Date: |
Thu, 25 Jul 2024 06:57:51 -0400 (EDT) |
branch: externals/denote
commit 7f9d040b44ab1d42885b544c71a0d1d3733b3230
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add FIXME for the denote-link--prepare-backlinks inside of a silo
---
denote.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/denote.el b/denote.el
index 247d962501..ef00148f19 100644
--- a/denote.el
+++ b/denote.el
@@ -4392,6 +4392,10 @@ non-nil value."
(setf (car x) (denote-get-file-name-relative-to-denote-directory
(car x))))
xref-alist)
(with-current-buffer (get-buffer-create backlinks-buffer)
+ ;; FIXME 2024-07-25: This does not do what we expect inside of a
+ ;; silo. We should be able to (i) have the `denote-directory'
+ ;; to its directory-local value and (ii) revert the buffer while
+ ;; preserving this state.
(setq-local default-directory dir)
(erase-buffer)
(setq overlay-arrow-position nil)