|
@@ -397,7 +397,7 @@ last statement in BODY, as elisp."
|
|
(org-babel-result-cond result-params
|
|
(org-babel-result-cond result-params
|
|
(with-temp-buffer
|
|
(with-temp-buffer
|
|
(insert-file-contents tmp-file)
|
|
(insert-file-contents tmp-file)
|
|
- (buffer-string))
|
|
|
|
|
|
+ (org-babel-chomp (buffer-string) "\n"))
|
|
(org-babel-import-elisp-from-file tmp-file '(16)))
|
|
(org-babel-import-elisp-from-file tmp-file '(16)))
|
|
column-names-p)))
|
|
column-names-p)))
|
|
(output (org-babel-eval org-babel-R-command body))))
|
|
(output (org-babel-eval org-babel-R-command body))))
|
|
@@ -431,7 +431,7 @@ last statement in BODY, as elisp."
|
|
(org-babel-result-cond result-params
|
|
(org-babel-result-cond result-params
|
|
(with-temp-buffer
|
|
(with-temp-buffer
|
|
(insert-file-contents tmp-file)
|
|
(insert-file-contents tmp-file)
|
|
- (buffer-string))
|
|
|
|
|
|
+ (org-babel-chomp (buffer-string) "\n"))
|
|
(org-babel-import-elisp-from-file tmp-file '(16)))
|
|
(org-babel-import-elisp-from-file tmp-file '(16)))
|
|
column-names-p)))
|
|
column-names-p)))
|
|
(output
|
|
(output
|