Преглед изворни кода

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))