Mati writes: > On 01.11.2022 09:04, Ihor Radchenko wrote: > >> Do you mean that you changed the code at line 82 inside >> org-babel-execute:maxima to >> >> (let* ((cmdline (or (cdr (assoc :cmdline params)) "")) >> (in-file (org-babel-temp-file "maxima-" ".max")) >> (cmd (format "%s --very-quiet -r \"batchload(\\\"%s\\\")$\" %s" >> org-babel-maxima-command in-file cmdline))) >> >> ?? >> >> (for reference, this email is a followup of >> https://orgmode.org/list/CA+ikm3wqA33xP4c3pVV+F2a-gn0dbEzsdx6Vf2cRd+37+u6pBA@mail.gmail.com) > > yes, of course only part of it Ok. Does the attached patch work for you? > I am testing maxima-mode now (not in org) and it works, but is broken on > windows. Looks like there are many more problems with syntax. Org support for Maxima does not require maxima-mode to be installed, except for optional fontification. Note that we can only help with within Org scope. We cannot freely modify Maxima code. It will be more productive if you contact Maxima developers on the issue. They do have a mailing list: https://maxima.sourceforge.io/maximalist.html#discussion