ソースを参照

fixed list nesting error in ob-R.el

Eric Schulte 14 年 前
コミット
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))