emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: d.tchin <d.tchin@voila.fr>
To: emacs-orgmode@gnu.org
Subject: [babel] lob evaluation : a bug ?
Date: Thu, 5 Aug 2010 10:18:35 +0000 (UTC)	[thread overview]
Message-ID: <loom.20100805T120327-783@post.gmane.org> (raw)

Hi,

I try to evaluate function already defined in library-of-babel. 
But whatever the function I try to evaluate I have the following
error output get from buffer *Messages* :

setf: Wrong type argument: consp, nil

For example I use the following :

#+tblname: R-plot-example-data
| 1 |  2 |
| 2 |  4 |
| 3 |  9 |
| 4 | 16 |
| 5 | 25 |

#+srcname: R-plot(data=R-plot-example-data)
#+begin_src R :session *test*
plot(data)
#+end_src

When I evaluate block it works (with C-c C-c).

Then when I try to evaluate the following line :
#+lob: R-plot(data=R-plot-example-data)

With C-c C-c on this line I have the following answer :
Local setup has been refreshed

With C-c C-v e, emacs asks me : "Evaluate this code on your system ?"
I answer yes and I have the message :
Wrong type argument: consp, nil

I use the following versions of emacs and org-mode

GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON
Org-mode version 7.01g

             reply	other threads:[~2010-08-05 15:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-05 10:18 d.tchin [this message]
2010-08-05 17:12 ` [babel] lob evaluation : a bug ? Dan Davison

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=loom.20100805T120327-783@post.gmane.org \
    --to=d.tchin@voila.fr \
    --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).