aboutsummaryrefslogtreecommitdiff
path: root/ob-stan.el
diff options
context:
space:
mode:
Diffstat (limited to 'ob-stan.el')
-rw-r--r--ob-stan.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/ob-stan.el b/ob-stan.el
index 40fd8d9..d2775f6 100644
--- a/ob-stan.el
+++ b/ob-stan.el
@@ -49,11 +49,12 @@
(defcustom org-babel-stan-cmdstan-directory nil
"CmdStan source directory.
-'make' will be called from this directory to compile the Stan
-block. When nil, executing Stan blocks dumps the content to a
-plain text file."
+Call \"make\" from this directory to compile the Stan block.
+When nil, executing Stan blocks dumps the content to a file."
:group 'org-babel
- :type 'string)
+ :type '(choice
+ (directory :tag "Compilation directory")
+ (const :tag "Dump to a file" nil)))
(defvar org-babel-default-header-args:stan
'((:results . "file")))