On 10/02/2023 04:21, Leo Butler wrote:
In lisp/ob-octave.el:

What is the point of ob-octave-prep-session:octave or its brother,
ob-octave-prep-session:matlab?

These two functions are unused in the existing code.

Have you checked the following? I am not familiar with org-babel code.

grep -nH org-babel-prep-session lisp/ob-core.el
lisp/ob-core.el:1041: (prep-cmd (intern (concat "org-babel-prep-session:" lang)))) lisp/ob-core.el:1050: (error "No org-babel-prep-session function for %s!" lang))

Do test passes when you patch is applied? It might mean that test coverage is not perfect.

Reply via email to