gregsexton / ob-ipython

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

void function val #158

Open nico202 opened 6 years ago

nico202 commented 6 years ago

https://github.com/gregsexton/ob-ipython/blob/75b84cb1ca09dfa84113fa0790e182299b72244c/ob-ipython.el#L301

Hi, should not this be -when-let ?

edit: well, I'm not sure what when-letdoes, but by using the dash version the "void function val" error is solved

yitang commented 5 years ago

i got the same errors now. did you manage to find a solution?

nico202 commented 5 years ago

I've not used it recently, but according to my comment I just added (require 'dash) and replace when-let with -when-let

yitang commented 5 years ago

thanks @nico202 it works now.