Previous: How do I migrate from Roam Research?, Up: FAQ [Contents]
This situation arises when, for example, one would like to create a note titled "bar" when "barricade" already exists.
The solution is dependent on the mini-buffer completion framework in use. Here are the solutions:
call ivy-immediate-done
, typically bound to C-M-j
. Alternatively, set ivy-use-selectable-prompt
to t
, so that "bar" is now selectable.
Org-roam should provide a selectable "[?] bar" candidate at the top of the candidate list.
Emacs 26.3 (Org mode 9.4)