diff --git a/lisp/ob-R.el b/lisp/ob-R.el index a2b992530..339be23e4 100644 --- a/lisp/ob-R.el +++ b/lisp/ob-R.el @@ -53,7 +53,7 @@ (defun org-babel-expand-body:R (body params) "Expand BODY according to PARAMS, return the expanded body." - (let (out-file (cdr (assoc :file params))) + (let ((out-file (cdr (assoc :file params)))) (mapconcat #'identity ((lambda (inside)