mirror of
https://github.com/org-roam/org-roam
synced 2025-09-18 16:06:49 -05:00
Related to #1504, commit 109917c
It needs to change dolist for `sections` to `section-functions`
This commit is contained in:
@@ -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))
|
(org-roam-set-header-line-format (org-roam-node-title org-roam-current-node))
|
||||||
(magit-insert-section (org-roam)
|
(magit-insert-section (org-roam)
|
||||||
(magit-insert-heading)
|
(magit-insert-heading)
|
||||||
(dolist (fn org-roam-mode-sections)
|
(dolist (fn org-roam-mode-section-functions)
|
||||||
(funcall fn org-roam-current-node)))))))
|
(funcall fn org-roam-current-node)))))))
|
||||||
|
|
||||||
(defun org-roam-buffer--redisplay ()
|
(defun org-roam-buffer--redisplay ()
|
||||||
|
Reference in New Issue
Block a user