From ae7bb60c2f03ccefb92d76cbdbaa00220083e19e Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sun, 17 Dec 2023 20:58:16 +0100 Subject: [PATCH] Work around a conflict between org-lint and ob-maxima (BUG reported) --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 5c0a3ce..88f0304 100644 --- a/README.org +++ b/README.org @@ -2332,7 +2332,8 @@ list detailing and motivating each listing: (lilypond . ,(fboundp 'lilypond-mode)) (lisp . t) (lua . ,(fboundp 'lua-mode)) - (maxima . t) + ;; BUG: WIP: using ob-maxima makes org-lint error. + (maxima . nil) (org . t) (perl . t) ;; Beware: Python activation must not call still unbound functions. @@ -5580,6 +5581,7 @@ byte code: ** [[info:maxima#Top][Maxima Programming (info)]] :PROPERTIES: :CUSTOM_ID: sec:maxima-programming +:header-args:maxima: :eval never :BUG: :WIP: :END: Listing [[lst:configure-maxima]] configures the built-in =maxima= library. The