ox-ipynb is not loaded at initialization of layer #11
Description
With the layer installed, when I create an org-mode buffer, Spacemacs messages the following error:
File mode specification error: (void-variable ox-ipynb-kernelspecs)
However, I've inspected the packages.el file where the ox-ipynb seems to be declared correctly and jupyter/init-ox-ipynb
seems to be correctly defined. I have tried to remove the :after jupyter org
line to check if that for some reason causes the error, but it is not the cause (as expected of course).
I can just place the cursor on the ox-ipynb and use gd
to jump to the ox-ipynb.el file, so that file is installed correctly. I can load the code in that file manually using , e b
and after that the error message is gone when creating some org buffer.
Because the code in the layer looks fine I am not sure if I should report this issue here, but maybe someone recognizes this behavior and knows a solution already.
Summary:
The layer is initialized at startup, but despite the code for initialization of the ox-ipynb package seems fine, it is not initialized.