branch: externals/denote commit 5a9328bdb08c5ed1142f7ff05b2616ef813008ee Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Fix error in commit 0511307 --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index a655329a82..d1cf892696 100644 --- a/denote.el +++ b/denote.el @@ -4371,7 +4371,7 @@ concomitant alist, such as `denote-backlinks-display-buffer-action'." (setq overlay-arrow-position nil) (denote-backlinks-mode) (goto-char (point-min)) - (if (or show-context denote-backlinks-show-context) + (if denote-backlinks-show-context (xref--insert-xrefs xref-alist) (mapc (lambda (x) (insert (car x))