Can it handle org-roam-v2 ID's? #581
-
Do I understand the documentation and the great examples right, that ox-hugo is able to handle the ID-links created by org-roam version2 correct? Because ox-publish (org-mode in-build) is currently not able to handle that correct; sometimes yes, sometimes no. It is a known bug. Let me give you an example of an org file with two links in it
But
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Can you provide a complete example with all the Org files that have those IDs assigned? If the ID targets are not found, you should be seeing an error by default. So I am surprised that it exported with no links. Once you share a complete minimal reproducible example, we can debug. Also, look at this example of linking Org documents using IDs: https://github.com/kaushalmodi/ox-hugo/tree/main/test/site/content-org/org-roam. That example is part of the |
Beta Was this translation helpful? Give feedback.
-
Here you see an example with three org-roam-v2 nodes as org-, md- and html-file. As you see in the org-files "Foo" links to "Bar" and "Foobar" links to "Foo" and "Bar". This happens from time to time with example projects (only this three files) sometimes in my original org-roam notes. Sometimes mixed where some links are present and some not. This is not I am sitting down now, sleeping some nights over this and maybe have to do my own stuff via Python. |
Beta Was this translation helpful? Give feedback.
-
If |
Beta Was this translation helpful? Give feedback.
If
org-id-extra-files
is set correctly, this issue should not occur. Marking this as solved as this issue cannot be reproduced in theox-hugo
test suite (see https://github.com/kaushalmodi/ox-hugo/tree/main/test/site/content-org/org-roam) or locally.