-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org-export-register-backend: Cannot use unknown "org" back-end as a parent #22
Comments
Not sure if it is related:
|
ı got same error too. installed with install-package
|
Also seeing this error message:
I couldn't get the package installed at all using use-package so the above uses straight.el for package management. EDIT: I had to do the following to get this package to work:
(require 'ox)
(require 'ox-org)
(straight-use-package
'(org-mind-map :type git :host github :repo "lispmeister/org-mind-map")) I'll leave the process of setting up straight.el package management as a (non-trivial) exercise for the reader. |
I have this problem too with org-mode 9.1.4 and I've figured out that this error is due to the from this doc https://orgmode.org/manual/Exporting.html , there are two solutions:
For me, explicitly requiring
|
I also met this issue and my way was to add |
I'm getting this error with the last (stable) orgmode version. Any ideas?
The text was updated successfully, but these errors were encountered: