emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Maxima code blocks does not work in windows revisited


From: Mati
Subject: Re: [O] Maxima code blocks does not work in windows revisited
Date: Tue, 1 Nov 2022 11:34:30 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1

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


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

[Prev in Thread] Current Thread [Next in Thread]