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
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