org-roam / org-roam-server

A Web Application to Visualize the Org-Roam Database
MIT License
639 stars 51 forks source link

Backlink issue with daily notes #160

Open tibi-p opened 3 years ago

tibi-p commented 3 years ago

I have my main notes in ~/org-roam/ and my dailies in ~/org-roam/daily/. In one of the daily notes I linked to one of the main notes (named org-roam) using org-roam-insert. Generated markdown looks like this: [[file:../20210619210744-org_roam.org][org-roam]].

When I hit the File Viewer page and view org-roam I do find my backlink but upon clicking it "The requested URL was not found on this server". This is the generated HTML: <a name="backlink" id="2021-06-27.org" href="javascript:void(0)">2021-06-27</a>. If I modify by hand to id="daily/2021-06-27.org" it works just fine. Is there a planned fix for this? Or at the very least a workaround I can use in the mean time?

(Navigation works as expected when using the roam buffer inside emacs.)