Thanks. I'll prepare a patch and send it along for consideration.
Hi John,
Have you had a look at
https://orgmode.org/worg/org-contribute.html ?
The best way to suggest your changes is likely to write a patch and send
it to this mailing list.
For example, here is a recent discussion:
https://lists.gnu.org/archive/html/emacs-orgmode/2024-10/threads.html#00212
Best regards,
Leo
On Thu, Oct 24 2024, John Ciolfi <ciolfi@mathworks.com> wrote:
> To use org with MATLAB, one needs to advise the org functions to
> change their behavior, and I'll like to eliminate that workaround, so
> I'd like to propose some changes, but am not clear on how to propose
> those changes.
>
> Thanks
> John
>
> ________________________________
> From: John Ciolfi <ciolfi@mathworks.com>
> Sent: Thursday, October 24, 2024 7:30 AM
> To: emacs-orgmode@gnu.org <emacs-orgmode@gnu.org>
> Subject: ob-octave.el - org-babel-matlab-with-emacs-link
>
>
> Hi
>
> The code related to org-babel-matlab-with-emacs-link in ob-octave.el can be removed because MATLAB
> no longer supports an external editor though the "link" method.
>
> Would you like me to send in a patch or something?
>
> I'm currently looking at improving the connection between matlab-mode,
>
https://github.com/mathworks/Emacs-MATLAB-Mode and org so that people can create polished papers or
> thesis using org-mode babel and MATLAB.
>
> Thanks