gregsexton / ob-ipython

org-babel integration with Jupyter for evaluation of (Python by default) code blocks
737 stars 111 forks source link

Fix error due to call `intern` on symbol #219

Open dalanicolai opened 3 years ago

dalanicolai commented 3 years ago

The cdr of the org-src-lang-modes elements is a symbol, giving it to intern as an argument causes an error. For me the error occured because I have the/a bash kernel installed. This PR fixes it.