fixed list nesting error in ob-R.el
This commit is contained in:
parent
baa6e1d3d7
commit
0a109680ee
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue