As a reminder to self: per the suggestion in PR #590, we only have an edit prep function for ein source code blocks - we need to convert this into language specific functions, i.e. org-babel-edit-prep:ein-python, org-babel-edit-prep:ein-julia, etc.
Documentation for the general structure of the edit prep code should also be generated to allow contributors define support for other languages.
As a reminder to self: per the suggestion in PR #590, we only have an edit prep function for
ein
source code blocks - we need to convert this into language specific functions, i.e.org-babel-edit-prep:ein-python
,org-babel-edit-prep:ein-julia
, etc.Documentation for the general structure of the edit prep code should also be generated to allow contributors define support for other languages.