-
Notifications
You must be signed in to change notification settings - Fork 6
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
org-babel-load-session:prolog has unnecessary parameters #15
Comments
This is because |
Can you elaborate on your understanding of what Neither micanzhang/ob-rust nor krisajenkins/ob-translate (commits referenced are those used by MELPA as of this posting) implement |
I have to investigate when it is used. It looks to me that |
|
|
If "session" means what I think it does, then a working implementation of Do you have any guarantees that the other code dealing with sessions is behaving correctly? |
The I see that other modes that implement session handling, like It should be fairly simple to refactor out the clause loading from I am also wondering if there are other commands that org-babel expects that it would be good for prolog to implement. |
The function definition of
org-babel-load-session:prolog
has unnecessary BODY and PARAMS parameters.body
is never used in the function's body. The only thingparams
is used for in the function is alet*
binding ofparams
; that new, lexically-scopedparams
is never used.The text was updated successfully, but these errors were encountered: