jkitchin / ox-ipynb

org-mode exporter to Jupyter notebooks
170 stars 39 forks source link

(require 's) (require 'json) #9

Closed dmankins closed 5 years ago

dmankins commented 6 years ago

(Submitted as a comment to a closed issue, but figured it was worth raising.)

Hi, I am running emacs version 25.3.2 on Ubuntu Linux 16.

I get told that "Symbol's function definition is void: s-slice-at". It turns out that 's-slice-at emacs' is not a good Google search term.

"M-x describe-package s" just prompts me to keep typing (there are many packages that begin with 's', but none in my configuration named simply 's', it seems).

So, I installed melpa, figured out how to find and install the s package, restarted emacs, executed a (require 's), and am told: that 'json-encode' is undefined. Google for 'json-encode emacs' sends me here: https://www.emacswiki.org/emacs/JSON, which says json.el is built-in, so, I think you need to add:

(require 's) (require 'json)

to ox-ipynb.el

Thanks! I'm looking forward to using this package!

kennyballou commented 5 years ago

As per the comments in #3 and 80ad4f15dc19b98c0ccf92b0720d38be94862914, this looks to be resolved.