Mati <m...@electrum-bikes.pl> writes: > Ok, I got it working somehow. For others reading this: I had to modify > ~/.emacs.d/straight/repos/org/lisp/ob-maxima.el in emacs(!) so straight > compiled it to work. you need to replace code at line 82. However, plots > still doesn't work (code block produced no output) :( pls help.
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) -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>