Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] "Link children to ..." in "Filter" don't work when the file has ":ROAM_EXCLUDE: t" #306

Open
Cletip opened this issue Oct 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Cletip
Copy link

Cletip commented Oct 30, 2023

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 ^^

@Cletip Cletip added the bug Something isn't working label Oct 30, 2023
@Cletip 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant