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 choosing a candidate inserts an ID link to the chosen node.

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.