소스 검색

fixed list nesting error in ob-R.el

Eric Schulte 15 년 전
부모
커밋
0a109680ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ob-R.el

+ 1 - 1
lisp/ob-R.el

@@ -66,7 +66,7 @@
      ((lambda (inside)
 	(if out-file
 	    (append
-	     (org-babel-R-construct-graphics-device-call out-file params)
+	     (list (org-babel-R-construct-graphics-device-call out-file params))
 	     inside
 	     (list "dev.off()"))
 	  inside))