Variable: org-roam-mode-section-functions

org-roam-mode-section-functions is an alias and customizable for org-roam-mode-sections, defined in org-roam-compat.el.

This variable is obsolete since org-roam 2.2.0; use org-roam-mode-sections instead.

Value

(org-roam-backlinks-section
 org-roam-reflinks-section)

Documentation

A list of sections for the org-roam-mode based buffers.

Each section is a function that is passed the org-roam-node for which the section will be constructed as the first argument. Normally this node is org-roam-buffer-current-node. The function may also accept other optional arguments. Each item in the list is either:

1. A function, which is called only with the org-roam-node as the argument
2. A list, containing the function and the optional arguments.

For example, one can add

    (org-roam-backlinks-section :unique t)

to the list to pass :unique t to the section-rendering function.

Aliases

org-roam-mode-section-functions (obsolete since org-roam 2.2.0)