gregsexton / ob-ipython

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

fix mode query in kernel configuration (fixes #154) #182

Open Fabbi opened 6 years ago

Fabbi commented 6 years ago

Values in org-src-lang-modes are symbols, so there is no intern needed (which would crash either way as it expects a string). The error occurred if you had kernels installed, that have an entry in org-src-lang-modes. See #154