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+u6...@mail.gmail.com)

yes, of course only part of it


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.


Reply via email to