fixed list nesting error in ob-R.el
This commit is contained in:
parent
baa6e1d3d7
commit
0a109680ee
|
@ -66,7 +66,7 @@
|
||||||
((lambda (inside)
|
((lambda (inside)
|
||||||
(if out-file
|
(if out-file
|
||||||
(append
|
(append
|
||||||
(org-babel-R-construct-graphics-device-call out-file params)
|
(list (org-babel-R-construct-graphics-device-call out-file params))
|
||||||
inside
|
inside
|
||||||
(list "dev.off()"))
|
(list "dev.off()"))
|
||||||
inside))
|
inside))
|
||||||
|
|
Loading…
Reference in New Issue