-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run-hy usage is broken #7
Comments
I fiddle with this a bit more and have gotten it to to function partially.
Adding the
I'm not certain if that is out of the ordinary; I have never used this package before. I do not see the code echoed in the results when executed outside of a session. |
Hi! I've tried using ob-hy and I've got and error for the following code:
Error:
It seems that
run-hy
no longer takes an argument, so I fixed that and it worked.Another issue is with sessions:
Doesn't work:
But this does, because I guess
hy-mode
create buffer*Hy*
by default.The text was updated successfully, but these errors were encountered: