* ob-octave.el - org-babel-matlab-with-emacs-link
@ 2024-10-24 11:30 John Ciolfi via General discussions about Org-mode.
2024-10-24 11:45 ` John Ciolfi
0 siblings, 1 reply; 4+ messages in thread
From: John Ciolfi via General discussions about Org-mode. @ 2024-10-24 11:30 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ob-octave.el - org-babel-matlab-with-emacs-link
2024-10-24 11:30 ob-octave.el - org-babel-matlab-with-emacs-link John Ciolfi via General discussions about Org-mode.
@ 2024-10-24 11:45 ` John Ciolfi
2024-10-24 14:50 ` Leo Butler
0 siblings, 1 reply; 4+ messages in thread
From: John Ciolfi @ 2024-10-24 11:45 UTC (permalink / raw)
To: emacs-orgmode@gnu.org, John Ciolfi
[-- Attachment #1: Type: text/plain, Size: 922 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 2532 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ob-octave.el - org-babel-matlab-with-emacs-link
2024-10-24 11:45 ` John Ciolfi
@ 2024-10-24 14:50 ` Leo Butler
2024-10-24 14:57 ` John Ciolfi
0 siblings, 1 reply; 4+ messages in thread
From: Leo Butler @ 2024-10-24 14:50 UTC (permalink / raw)
To: John Ciolfi; +Cc: emacs-orgmode@gnu.org
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ob-octave.el - org-babel-matlab-with-emacs-link
2024-10-24 14:50 ` Leo Butler
@ 2024-10-24 14:57 ` John Ciolfi
0 siblings, 0 replies; 4+ messages in thread
From: John Ciolfi @ 2024-10-24 14:57 UTC (permalink / raw)
To: Leo Butler; +Cc: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 1885 bytes --]
Thanks. I'll prepare a patch and send it along for consideration.
________________________________
From: Leo Butler <Leo.Butler@umanitoba.ca>
Sent: Thursday, October 24, 2024 10:50 AM
To: John Ciolfi <ciolfi@mathworks.com>
Cc: emacs-orgmode@gnu.org <emacs-orgmode@gnu.org>
Subject: Re: ob-octave.el - org-babel-matlab-with-emacs-link
Hi John,
Have you had a look at
https://orgmode.org/worg/org-contribute.html<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<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<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
[-- Attachment #2: Type: text/html, Size: 2884 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-24 14:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-24 11:30 ob-octave.el - org-babel-matlab-with-emacs-link John Ciolfi via General discussions about Org-mode.
2024-10-24 11:45 ` John Ciolfi
2024-10-24 14:50 ` Leo Butler
2024-10-24 14:57 ` John Ciolfi
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).