emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: gerard.vermeulen@posteo.net
To: Emacs orgmode <emacs-orgmode@gnu.org>
Subject: [BUG] using ob-maxima makes org-lint produce an error
Date: Sun, 17 Dec 2023 19:45:00 +0000	[thread overview]
Message-ID: <3e1e1479365794e2cb3b6d1979e6c98c@posteo.net> (raw)

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



             reply	other threads:[~2023-12-17 19:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-17 19:45 gerard.vermeulen [this message]
2023-12-17 20:04 ` [BUG] using ob-maxima makes org-lint produce an error Ihor Radchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3e1e1479365794e2cb3b6d1979e6c98c@posteo.net \
    --to=gerard.vermeulen@posteo.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).