[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/org-contrib 68889695b5 1/2: * lisp/ob-mathomatic.el (org-b
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/org-contrib 68889695b5 1/2: * lisp/ob-mathomatic.el (org-babel-mathomatic-command): Add missing :type |
Date: |
Sun, 3 Sep 2023 03:59:54 -0400 (EDT) |
branch: elpa/org-contrib
commit 68889695b52de7d99c4415f97c6a044de5679868
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
* lisp/ob-mathomatic.el (org-babel-mathomatic-command): Add missing :type
---
lisp/ob-mathomatic.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/ob-mathomatic.el b/lisp/ob-mathomatic.el
index beb52856f7..48a15a17fb 100644
--- a/lisp/ob-mathomatic.el
+++ b/lisp/ob-mathomatic.el
@@ -45,7 +45,8 @@
(defcustom org-babel-mathomatic-command
(if (boundp 'mathomatic-command) mathomatic-command "mathomatic")
"Command used to call mathomatic on the shell."
- :group 'org-babel)
+ :group 'org-babel
+ :type 'string)
(defun org-babel-mathomatic-expand (body params)
"Expand a block of Mathomatic code according to its header arguments."