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)
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
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
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
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
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"))
>>
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
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
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.
I tried replacing it and doesn't work, still the same error, win10 emacs
28.1
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
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
12 matches
Mail list logo