From: Aaron Ecay <aaronecay@gmail.com>
To: Michael Gauland <mikelygee@gmail.com>Michael Gauland
<mikelygee@gmail.com>, Org-mode <emacs-orgmode@gnu.org>
Subject: Re: [PATCH] Fix R table import
Date: Sun, 04 Jan 2015 19:35:28 -0500 [thread overview]
Message-ID: <871tnavzcf.fsf@gmail.com> (raw)
In-Reply-To: <CA+boh8xMdphyH6Z=CACi0aO=Y_O+PWQDnSaVFQCyr+NLWxoceQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]
Hi Michael,
Hmm. I have
Org-mode version 8.3beta (release_8.3beta-695-g390015 @ /home/aecay/development/org-mode/lisp/)
The git sha 034d00 from your org-version isn’t in my checkout. Yours
also thinks it’s 60ish commits ahead of where mine is (758 vs. 695).
This is very strange; I don’t know what to make of it.
I have:
GNU Emacs 25.0.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.6)
What is your version of ESS? (C-h v ess-version) It’s 14.11 for me
(actually a melpa install of the latest git version).
I executed the attached elisp file, then loaded the attached org file,
and could not reproduce the issue. When doing so, the code that org
executes is echoed to the *R* buffer. Can you send what is echoed for
you? (You will have to edit in the appropriate paths to your org and
ess installations, unless they are in emacs’s default load-path)
I get:
data.table <- local({
con <- textConnection(
"\"A\" \"B\" \"C\"
\"115\" \"76\" \"60\""
)
res <- utils::read.table(
con,
header = TRUE,
row.names = NULL,
sep = "\t",
as.is = TRUE
)
close(con)
res
})
data.table
'org_babel_R_eoe'
[-- Attachment #2: r-table.el --]
[-- Type: application/emacs-lisp, Size: 363 bytes --]
[-- Attachment #3: r-table.org --]
[-- Type: application/vnd.lotus-organizer, Size: 207 bytes --]
[-- Attachment #4: Type: text/plain, Size: 25 bytes --]
Thanks,
--
Aaron Ecay
next prev parent reply other threads:[~2015-01-05 0:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-04 5:00 [PATCH] Fix R table import Michael Gauland
2015-01-04 6:24 ` Aaron Ecay
2015-01-04 10:05 ` Andreas Leha
2015-01-04 19:20 ` Michael Gauland
2015-01-05 0:35 ` Aaron Ecay [this message]
2015-01-05 1:54 ` Michael Gauland
2015-01-06 4:33 ` Aaron Ecay
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871tnavzcf.fsf@gmail.com \
--to=aaronecay@gmail.com \
--cc=mikelygee@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).