nobiot / md-roam

Use Org-roam with markdown files by adding Md-roam as a plug-in. Mix org and markdown files in a single Org-roam database.
GNU General Public License v3.0
331 stars 14 forks source link

org-roam-db-cache-build results in file-truename: Wrong type argument: arrayp, nil #46

Closed nobiot closed 2 years ago

nobiot commented 3 years ago

d170c4a * (fix): remove other occurrences of file-truename (#1125) seems to have caused md-roam-extract-links to stop working.

You get error "file-truename: Wrong type argument: arrayp, nil".

nobiot commented 3 years ago

https://github.com/nobiot/md-roam/commit/0ad190be522a2f7b74269ff55cac7872fb759d8d Should fix it -- initial tests on my PC look good. There are some other places where file-truename is called. I will keep this issue open as a reminder.

nobiot commented 2 years ago

Not relevant for V2