@jethro, did you mean that graphing won’t work, or just that org-roam-server
won’t work?
I’m asking because the graphs I see in V2 don’t match my understanding of how the new headline nodes should behave – from the V2 announcement:
… Nodes also have an implicit hierarchical structure, from the levels in the Org file. …
For example, if I have two org-roam files, File1.org:
:PROPERTIES:
:ID: 20210702T192356.306099
:END:
#+title: File1
* h1.1
* h1.2
:PROPERTIES:
:ID: 20210702T192737.308439
:END:
*** h1.2.1
*** h1.2.2
:PROPERTIES:
:ID: 20210702T192756.464588
:END:
and File2.org:
:PROPERTIES:
:ID: 20210702T192839.233331
:END:
#+title: File2
* h2.1
:PROPERTIES:
:ID: 20210702T193026.992153
:END:
link: [[id:20210702T192756.464588][h1.2.2]]
* h2.2
and if I run M-x org-roam-graph
, the graph I see is:
But my understanding is that the graph should instead look more like this:
Is V2 graphing just not implemented yet, or does my understanding not match your intentions?