Deploying to gh-pages from @ 6cbd4ad3e8 🚀

This commit is contained in:
jethrokuan
2021-07-19 02:36:07 +00:00
parent 08efd9d5ca
commit 2e16618a4b
3 changed files with 6 additions and 6 deletions

View File

@@ -957,10 +957,10 @@ Next: <a href="#Configuring-the-Org_002droam-buffer-display" accesskey="n" rel="
title/alias but are not linked
</li></ul>
<p>To configure what sections are displayed in the buffer, set <code>org-roam-mode-sections</code>.
<p>To configure what sections are displayed in the buffer, set <code>org-roam-mode-section-functions</code>.
</p>
<div class="lisp">
<pre class="lisp">(setq org-roam-mode-sections
<pre class="lisp">(setq org-roam-mode-section-functions
(list #'org-roam-backlinks-section
#'org-roam-reflinks-section
;; #'org-roam-unlinked-references-section

View File

@@ -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

View File

@@ -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