From: Jeremie Juste <jeremiejuste@gmail.com>
To: Jack Kamm <jackkamm@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-babel strange html print in R
Date: Tue, 11 Feb 2020 18:30:20 +0100 [thread overview]
Message-ID: <87tv3xhw0j.fsf@gmail.com> (raw)
In-Reply-To: <87r1z1xhc3.fsf@gmail.com> (Jack Kamm's message of "Tue, 11 Feb 2020 07:40:44 -0800")
Hello,
Thanks for the input.
I didn't see the full mail of stardiviner for some reason.
:results value html in the following code generates an error for me.
(Org mode version 9.2.3,R version 3.6.2).
but :results value output the "html" in an org-table format
#+begin_src R :results value html
library(xtable)
x <- rnorm(100)
y <- x + rnorm(100)
print(xtable(summary(lm(y ~ x))),type="html")
#+end_src
Best regards,
Jeremie
Jack Kamm <jackkamm@gmail.com> writes:
> Hi,
>
> stardiviner <numbchild@gmail.com> writes:
>
>> You should try ~:results value html~. Here is what I got correctly:
>
> Yes, this seems like the best solution for this case.
>
> On the other hand, it would be desirable if ":results output" didn't
> mangle the output, due to trying to clean up prompts. There is probably
> some corner case out there where this is a more serious issue -- but for
> this case, it seems best to just use ":results value html".
>
> I was planning to submit my implementation of ":session :results output"
> that avoids the prompt mangling [0], but now I'm leaning towards putting
> this off, until a more compelling case arises to justify it.
>
> [0] https://github.com/jackkamm/ob-session-async/blob/master/lisp/ob-session-async-R.el
next prev parent reply other threads:[~2020-02-11 17:30 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-06 18:23 org-babel strange html print in R Jeremie Juste
2020-02-07 12:53 ` Dominique Dumont
2020-02-07 13:38 ` Bastien
2020-02-07 15:23 ` Dominique Dumont
2020-02-07 14:51 ` Jack Kamm
2020-02-07 23:54 ` Jeremie Juste
2020-02-08 1:30 ` Jack Kamm
2020-02-08 8:42 ` Jeremie Juste
2020-02-11 5:16 ` stardiviner
2020-02-11 15:40 ` Jack Kamm
2020-02-11 17:30 ` Jeremie Juste [this message]
2020-02-11 23:25 ` Jack Kamm
2020-02-12 7:05 ` stardiviner
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=87tv3xhw0j.fsf@gmail.com \
--to=jeremiejuste@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=jackkamm@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).