Open slyrus opened 4 years ago
It probably sends the entire file or the block head/tail.
This is how evaluation functions are protected for R evaluation.
Thanks for the pointer. Any suggestions on how I might do something similar for lisp mode? Do I need to make some sort of poly-lisp mode?
It looks to me as though the C-c C-c is being sent to the source block's language mode.
If I have the following .org file:
And I move the cursor into the block and hit C-c C-c, I get an error message such as the following:
with SBCL, and with ABCL, I get:
Not sure if this is a polymode, poly-org, org-mode problem, or what, but any help would be appreciated. Thanks!