Skip to content

Files created by org-journal are not picked up by org-roam #133

Answered by d12frosted
DominikMendel asked this question in Q&A
Discussion options

You must be logged in to vote

Answer to this question is located in comments.


Hey,

Everything seems fine. Especially if you can org-roam-node-find it 😸 Basically, the first direct org-roam-db-query should work because it doesn't rely on setting up anything extra. Unlike vulpea functions that require some setup and I don't know if you did it properly. So just to narrow us, can you please share result of the following scripts?

(org-roam-db-query
 [:select *
  :from tags
  :where (= node-id "d147530a-294c-4bcc-ad69-dec962462869")])
(org-roam-db-query
 [:select [id file title]
  :from nodes
  :where (= id "d147530a-294c-4bcc-ad69-dec962462869")])

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@d12frosted
Comment options

@d12frosted
Comment options

@DominikMendel
Comment options

@d12frosted
Comment options

@DominikMendel
Comment options

Answer selected by d12frosted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants