From 9405d014afe45c6e044e2318359e3f80cbc5cd86 Mon Sep 17 00:00:00 2001 From: Noboru Ota Date: Sun, 2 May 2021 20:59:41 +0200 Subject: [PATCH] fix: permanent-redisplay (#1504) (#1506) Related to #1504, commit 109917c It needs to change dolist for `sections` to `section-functions` --- org-roam-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam-mode.el b/org-roam-mode.el index 899c774..5713aa4 100644 --- a/org-roam-mode.el +++ b/org-roam-mode.el @@ -230,7 +230,7 @@ Has no effect when `org-roam-current-node' is nil." (org-roam-set-header-line-format (org-roam-node-title org-roam-current-node)) (magit-insert-section (org-roam) (magit-insert-heading) - (dolist (fn org-roam-mode-sections) + (dolist (fn org-roam-mode-section-functions) (funcall fn org-roam-current-node))))))) (defun org-roam-buffer--redisplay ()