d12frosted / vulpea

A collection of functions for note taking based on `org` and `org-roam`.
GNU General Public License v3.0
237 stars 12 forks source link

v1 to v2 migration script may be out of date #117

Closed notuntoward closed 2 years ago

notuntoward commented 2 years ago

I tried to use the vulpea-based v1 to v2 migration script here but it looks like it might be out of date. When I run M-x vulpea-migrate-db, I get this error:

let: Symbol’s function definition is void: org-roam--list-all-files

d12frosted commented 2 years ago

@notuntoward indeed, that function no longer exists. Instead, you should use org-roam-list-files :)

notuntoward commented 2 years ago

Thanks!