Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

ox-ipynb is not loaded at initialization of layer #11

Open
@dalanicolai

Description

@dalanicolai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions