Hi,
I’ve just migrated to V2 and org-roam-buffer-toggle shows no backlink.
I have 2 org-roam files:
-
main.org(inorg-roam-directory) starts with somePROPERTIEScontainingIDand is followed by#+titleand#+created::PROPERTIES: :ID: 9b7cd965-a59e-43ff-b587-97b00086374b :END: #+title: Some title #+created: <2021-07-11 Sun 11:30> -
secondary.org (in
org-roam-directoryas well) starts with somePROPERTIEScontainingIDand is followed by an org heading and then a ID link to main.org’s ID::PROPERTIES: :ID: 36f128e0-0c8a-4381-9e3f-d3503a1eceea :END: #+title: 2021-09-23 * Another title [[id:9b7cd965-a59e-43ff-b587-97b00086374b][main]]
In main.org, when I call M-x org-roam-buffer-toggle, I get a new buffer with a header line containing main.org's title.
Expected: this buffer should contain a link to secondary.org because secondary.org links back to main.org
Actual: this buffer doesn’t contain anything beyond the header line.