[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[BUG] using ob-maxima makes org-lint produce an error
From: |
gerard . vermeulen |
Subject: |
[BUG] using ob-maxima makes org-lint produce an error |
Date: |
Sun, 17 Dec 2023 19:45:00 +0000 |
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:
#+begin_src emacs-lisp :results silent
(unload-feature 'ob-maxima)
#+end_src
#+header: :wrap "src text"
#+begin_src maxima :batch batch :cmdline --quiet :exports both :results
raw
rat(1/(x+1) + x/(x-1));
#+end_src
#+RESULTS:
#+begin_src text
(%i1) (linenum:0,
(%i1) rat(1/(x+1)+x/(x-1))
2
x + 2 x - 1
(%o1)/R/ ------------
2
x - 1
#+end_src
# end Org snippet
Regards -- Gerard
- [BUG] using ob-maxima makes org-lint produce an error,
gerard . vermeulen <=