(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:
Wetlize
2021-07-27 15:33:50 +03:00
committed by GitHub
parent 04a0fec5c1
commit de47f0a28d
7 changed files with 17 additions and 17 deletions

View File

@ -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.