From 2e16618a4b83d98c36990c87856c000cc5bf3c6b Mon Sep 17 00:00:00 2001 From: jethrokuan Date: Mon, 19 Jul 2021 02:36:07 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=206cbd4?= =?UTF-8?q?ad3e823d88936b4067ecdc653df86411565=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manual.html | 4 ++-- org-roam.org | 4 ++-- org-roam.texi | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manual.html b/manual.html index 99a09c2..72d1b05 100644 --- a/manual.html +++ b/manual.html @@ -957,10 +957,10 @@ Next: -
(setq org-roam-mode-sections
+
(setq org-roam-mode-section-functions
       (list #'org-roam-backlinks-section
             #'org-roam-reflinks-section
             ;; #'org-roam-unlinked-references-section
diff --git a/org-roam.org b/org-roam.org
index 994758c..c3e9a78 100644
--- a/org-roam.org
+++ b/org-roam.org
@@ -500,10 +500,10 @@ There are currently 3 provided widget types:
 - Unlinked references :: View nodes that contain text that match the nodes
   title/alias but are not linked
 
-To configure what sections are displayed in the buffer, set ~org-roam-mode-sections~.
+To configure what sections are displayed in the buffer, set ~org-roam-mode-section-functions~.
 
 #+begin_src emacs-lisp
-  (setq org-roam-mode-sections
+  (setq org-roam-mode-section-functions
         (list #'org-roam-backlinks-section
               #'org-roam-reflinks-section
               ;; #'org-roam-unlinked-references-section
diff --git a/org-roam.texi b/org-roam.texi
index 5dca0e7..5844e3e 100644
--- a/org-roam.texi
+++ b/org-roam.texi
@@ -798,10 +798,10 @@ There are currently 3 provided widget types:
 title/alias but are not linked
 @end itemize
 
-To configure what sections are displayed in the buffer, set @code{org-roam-mode-sections}.
+To configure what sections are displayed in the buffer, set @code{org-roam-mode-section-functions}.
 
 @lisp
-(setq org-roam-mode-sections
+(setq org-roam-mode-section-functions
       (list #'org-roam-backlinks-section
             #'org-roam-reflinks-section
             ;; #'org-roam-unlinked-references-section