mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(fix)autoloads: Point autoloads to org-roam.el file (#1673)
At the current state autoloads from non `org-roam.el` unable to start loading of the package from their own file. See the following to learn more about the problem: https://github.com/org-roam/org-roam/issues/1590#issuecomment-885817825 This is no more than a workaround to bandage a more deeper underlying problem. Until the more fundamental problem won't be fixed, all autoload cookies from non "org-roam.el" file will need to manually point to the main entry point of the package -- "org-roam.el" file, to load it without causing errors. Fixes #1590, #1620, #1600 and other similar issues.
This commit is contained in:
@ -73,7 +73,7 @@ To your init file.
|
||||
|
||||
"))
|
||||
|
||||
;;;###autoload
|
||||
;;;###autoload (autoload 'org-roam-migrate-wizard "org-roam" nil t)
|
||||
(defun org-roam-migrate-wizard ()
|
||||
"Migrate all notes from to be compatible with Org-roam v2.
|
||||
1. Convert all notes from v1 format to v2.
|
||||
|
Reference in New Issue
Block a user