emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Graham Smith <myotisone@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Re: Babel - simple getting started problem
Date: Mon, 7 Dec 2009 14:58:35 +0000	[thread overview]
Message-ID: <2c75873c0912070658u20efb785xfb678ef2976dd438@mail.gmail.com> (raw)
In-Reply-To: <87ws0zyump.fsf@mundaneum.com>

Seb,

I am obviously not following this at all. I am assuming you need to
keep all the code under the same heading so OrgMode knows which table
is being referred to. But if I put the cursor in the table and use C-u
C-c C-c I get a message in the mini buffer, that the formulas are
being re-applied, but an error in the table.

Graham

* Example 1: data summaries using R

#+srcname: tbl-example-data()
#+begin_src R
runif(n=5, min=0, max=1)
#+end_src

#+resname: tbl-example-data
| 0.142434993525967 |
| 0.636120659532025 |
| 0.167309222277254 |
|  0.96337740519084 |
| 0.276034632697701 |


#+srcname: R-mean(x)
#+begin_src R
mean(x)
#+end_src


#+tblname: summaries
| mean   |
|--------|
| #ERROR |
#+TBLFM: @2$1='(sbe "R-mean" (x "generate-data()"))

  parent reply	other threads:[~2009-12-07 14:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-07  7:20 Babel - simple getting started problem Graham Smith
2009-12-07  9:57 ` Sébastien Vauban
2009-12-07 10:12   ` Graham Smith
2009-12-07 14:58   ` Graham Smith [this message]
2009-12-07 17:12 ` Dan Davison
2009-12-07 17:36   ` Graham Smith
2009-12-07 20:13     ` Dan Davison
2009-12-07 20:19       ` Graham Smith
2009-12-08  8:39   ` Sébastien Vauban
2009-12-18 18:52     ` Eric Schulte

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=2c75873c0912070658u20efb785xfb678ef2976dd438@mail.gmail.com \
    --to=myotisone@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).