Skip to content

Completing anywhere

The same completions can be triggered anywhere for the symbol at point if not within a bracketed link. This is provided by org-roam-complete-everywhere. Similarly, the completion candidates are the titles and aliases for all Org-roam nodes, and upon choosing a candidate a roam:Title link will be inserted linking to the node of choice.

This is disabled by default. To enable it, set org-roam-completion-everywhere to t:

emacs-lisp
(setq org-roam-completion-everywhere t)

Variable: org-roam-completion-everywhere

When non-nil, provide link completion matching outside of Org links.