Re: [BUG] using ob-maxima makes org-lint produce an error

2023-12-17 Thread Ihor Radchenko
gerard.vermeu...@posteo.net writes: > org-lint errors when using ob-maxima as the following snippet shows: > > ... > #+header: :wrap "src text" > #+begin_src maxima :batch batch :cmdline --quiet :exports both :results > raw > rat(1/(x+1) + x/(x-1)); > #+end_src Fixed, on main. https://git.savann

[BUG] using ob-maxima makes org-lint produce an error

2023-12-17 Thread gerard . vermeulen
Hi, org-lint errors when using ob-maxima as the following snippet shows: # begin Org snippet org-lint errors with "Wrong type argument: listp, batchload" after evaluating: #+begin_src emacs-lisp :results silent (require 'ob-maxima) #+end_src org-lint shows its *Org Lint* buffer after evaluating