Work around a conflict between org-lint and ob-maxima (BUG reported)
This commit is contained in:
parent
20f60c9330
commit
ae7bb60c2f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user