Work around a conflict between org-lint and ob-maxima (BUG reported)

This commit is contained in:
Gerard Vermeulen 2023-12-17 20:58:16 +01:00
parent 20f60c9330
commit ae7bb60c2f
1 changed files with 3 additions and 1 deletions

View File

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