emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ista Zahn <istazahn@gmail.com>
To: "Marco Barbàra" <jabbba@gmail.com>
Cc: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: Re: org-babel R ascii results: unable to export table
Date: Thu, 30 Apr 2015 11:45:20 -0400	[thread overview]
Message-ID: <CA+vqiLG=+LQKSG_joMEjdjJYH09VytVKN0t8ztOh9C+XU7o=eA@mail.gmail.com> (raw)
In-Reply-To: <20150430133238.3452b85d@caprica>

Hi Marco,

Here is a fairly minimal example to get you started:

#### Begin Example ####

#+PROPERTY: header-args:R :session *R* :results output drawer :exports both

#+BEGIN_SRC R
  library(ascii)
  options(asciiType="org")
#+END_SRC

#+BEGIN_SRC R
  ascii(mtcars[1:5, 1:5])
#+END_SRC

#+BEGIN_SRC R
  ascii(summary(lm(hp ~ wt, data = mtcars)))
#+END_SRC


### End Example

First execute the code blocks with 'M-x org-babel-execute-buffer' then
export. For more control I would refer to the manual section at
http://orgmode.org/manual/Working-With-Source-Code.html#Working-With-Source-Code

Best,
Ista

On Thu, Apr 30, 2015 at 7:32 AM, Marco Barbàra <jabbba@gmail.com> wrote:
> Dear org-mode community,
>
> First, I want to apologize for subscribing mainly because I need help.
>
> I recently started using org-mode as a tool for reproducible research
> (trying to do R-based literate programming).
>
> What I'm trying to is explained in this example file:
> http://orgmode.org/worg/org-contrib/babel/examples/ascii.org
> which I downloaded trying to understand how to export R output produced
> with the R 'ascii' package.
>
> Running this example, after adding ":exports results" to
> "ascii-example3" block, _on the first attempt_, the output was exported
> as an odt table (i was happy, this is my desired outcome). But
> afterwards, any subsequent attempts to export the same block resulted in
> a "verbatim" block, which is the same problem I was trying to solve.
>
> I tried to export as a latex buffer too, and even there i got a verbatim
> environment.
>
> I don't think it is bug, it is probably that I still don't understand
> org-babel well.
>
> Sorry not to provide any other sample code, but I wouldn't know where
> to begin.
>
> Any advice would be very appreciated.
>
> Thank you very much
>
> Marco Barbara
>
>
>

  reply	other threads:[~2015-04-30 15:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-30 11:32 org-babel R ascii results: unable to export table Marco Barbàra
2015-04-30 15:45 ` Ista Zahn [this message]
2015-05-04  9:15   ` Marco Barbàra

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='CA+vqiLG=+LQKSG_joMEjdjJYH09VytVKN0t8ztOh9C+XU7o=eA@mail.gmail.com' \
    --to=istazahn@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=jabbba@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).