|
@@ -42,7 +42,8 @@
|
|
|
|
|
|
(defcustom org-babel-maxima-command
|
|
(defcustom org-babel-maxima-command
|
|
(if (boundp 'maxima-command) maxima-command "maxima")
|
|
(if (boundp 'maxima-command) maxima-command "maxima")
|
|
- "Command used to call maxima on the shell.")
|
|
|
|
|
|
+ "Command used to call maxima on the shell."
|
|
|
|
+ :group 'org-babel)
|
|
|
|
|
|
(defun org-babel-maxima-expand (body params)
|
|
(defun org-babel-maxima-expand (body params)
|
|
"Expand a block of Maxima code according to its header arguments."
|
|
"Expand a block of Maxima code according to its header arguments."
|