mirror of
https://github.com/org-roam/org-roam
synced 2025-09-06 15:13:30 -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
|
title/alias but are not linked
|
||||||
</li></ul>
|
</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>
|
</p>
|
||||||
<div class="lisp">
|
<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
|
(list #'org-roam-backlinks-section
|
||||||
#'org-roam-reflinks-section
|
#'org-roam-reflinks-section
|
||||||
;; #'org-roam-unlinked-references-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
|
- Unlinked references :: View nodes that contain text that match the nodes
|
||||||
title/alias but are not linked
|
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
|
#+begin_src emacs-lisp
|
||||||
(setq org-roam-mode-sections
|
(setq org-roam-mode-section-functions
|
||||||
(list #'org-roam-backlinks-section
|
(list #'org-roam-backlinks-section
|
||||||
#'org-roam-reflinks-section
|
#'org-roam-reflinks-section
|
||||||
;; #'org-roam-unlinked-references-section
|
;; #'org-roam-unlinked-references-section
|
||||||
|
@@ -798,10 +798,10 @@ There are currently 3 provided widget types:
|
|||||||
title/alias but are not linked
|
title/alias but are not linked
|
||||||
@end itemize
|
@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
|
@lisp
|
||||||
(setq org-roam-mode-sections
|
(setq org-roam-mode-section-functions
|
||||||
(list #'org-roam-backlinks-section
|
(list #'org-roam-backlinks-section
|
||||||
#'org-roam-reflinks-section
|
#'org-roam-reflinks-section
|
||||||
;; #'org-roam-unlinked-references-section
|
;; #'org-roam-unlinked-references-section
|
||||||
|
Reference in New Issue
Block a user