You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug is "simple" to reproduce : create some heading in an org-roam file, like this :
:PROPERTIES:
:ID: 249d347e-cee6-49b6-a63d-a43d87cbbb8f
:END:
#+TITLE: test
* Test
:PROPERTIES:
:ID: 2f639978-ff92-4ed7-b827-771120a5fb94
:END:
** Another test
:PROPERTIES:
:ID: 2fc7956f-6c46-4383-a69e-c5bda7a937cc
:END:
And then, add ":ROAM_EXCLUDE: t" :
:PROPERTIES:
:ID: 249d347e-cee6-49b6-a63d-a43d87cbbb8f
:ROAM_EXCLUDE: t
:END:
#+TITLE: test
* Test
:PROPERTIES:
:ID: 2f639978-ff92-4ed7-b827-771120a5fb94
:END:
** Another test
:PROPERTIES:
:ID: 2fc7956f-6c46-4383-a69e-c5bda7a937cc
:END:
As you can see in org-roam-ui, links between Test and Another test are removed. Why ? Is there a simple way to resolve this without creating an id and title for each file in org-roam ?
Thanks in advance for futur answer ^^
The text was updated successfully, but these errors were encountered:
Cletip
changed the title
[BUG] Link children to ... don't work when the file has no id
[BUG] Link children to ... don't work when the file has ":ROAM_EXCLUDE: t"
Oct 30, 2023
Cletip
changed the title
[BUG] Link children to ... don't work when the file has ":ROAM_EXCLUDE: t"
[BUG] "Link children to ..." in "Filter" don't work when the file has ":ROAM_EXCLUDE: t"
Jan 3, 2024
The bug is "simple" to reproduce : create some heading in an org-roam file, like this :
And then, add ":ROAM_EXCLUDE: t" :
As you can see in org-roam-ui, links between Test and Another test are removed. Why ? Is there a simple way to resolve this without creating an id and title for each file in org-roam ?
Thanks in advance for futur answer ^^
The text was updated successfully, but these errors were encountered: