mirror of
https://github.com/org-roam/org-roam
synced 2025-09-04 15:03:32 -05:00
Deploying to gh-pages from @ 6cbd4ad3e8
🚀
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user