Closed andreas-h closed 7 years ago
PS: The same is true when I initialize with
(add-to-list 'load-path "~/.emacs.d/external/ox-ipynb/")
(require 'ox-ipynb)
instead.
Never mind, that was a problem with my org install (mixed versions builtin org and org-plus-contrib from org elpa, because I accidentally had a call to some org function in my init file before package-initialize
).
I'm trying to get this to work, but am running into issues with the example file.
I have this in my
init.el
:Now, when I open the
example.org
file and pressC-c C-e n b
, I get the following error:Using org-plus-contrib-20171004 with Emacs 25.2.2 on Debian Linux.
I would appreciate any idea how to resolve this.