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

2022-11-03 Thread Mati
As Max pointed out, the latest main branch of Org should already handle Windows cmd properly without any extra patches. Did you try it? May I know the output of M-x org-version? 9.5.5-g5bc674, I just pulled it, rebuilt and works properly (without plots)

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

2022-11-02 Thread Ihor Radchenko
Mati writes: > Ok, I tried this patch, but now when I try to eval maxima code it > outputs similar broken table: > > | incorrect | syntax: | c | is | not | an | infix | operator | > | ^    |    |   |   | |    |  | | > > Plots have no output as before. Could you please de

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

2022-11-02 Thread Mati
Ok, I tried this patch, but now when I try to eval maxima code it outputs similar broken table: | incorrect | syntax: | c | is | not | an | infix | operator | | ^    |    |   |   | |    |  | | Plots have no output as before. To clarify, previous patch worked except plot

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

2022-11-01 Thread Ihor Radchenko
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 (for

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

2022-11-01 Thread Mati
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. I am interested to know what is broken in maxima-mode. Please explain with examples. Best, Leo There is problem with handling ghostscript. Ghostscript gui open

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

2022-11-01 Thread Leo Butler
On Tue, Nov 01 2022, Mati wrote: > 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")) >>

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

2022-11-01 Thread Mati
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 \"b

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

2022-11-01 Thread Ihor Radchenko
Mati 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

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

2022-11-01 Thread Mati
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.

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

2022-11-01 Thread ELECTRUM BIKES
I tried replacing it and doesn't work, still the same error, win10 emacs 28.1

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

2014-07-28 Thread Bastien
Hi Juan, Juan Alvaro Fuentes writes: > It seems that maxima code blocks still does not work in windows as > the following code did not work when I tried to run it: I don't have a machine with Windows so I can't really help here, but I hope an Org/Maxima/Windows user can help debugging this furt

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

2014-07-10 Thread Juan Alvaro Fuentes
Dear all, It seems that maxima code blocks still does not work in windows as the following code did not work when I tried to run it: #+begin_src maxima a: 1+1; print(a); #+end_src This is an old issue already emailed to this emacs org-mode list in an email dating from june 2011. The conversat