From: Nick Dokos <nicholas.dokos@hp.com>
To: Graham Smith <myotisone@gmail.com>
Cc: emacs org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: org-R tutorial on Worg
Date: Wed, 04 Feb 2009 13:50:22 -0500 [thread overview]
Message-ID: <9427.1233773422@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Graham Smith <myotisone@gmail.com> of "Wed, 04 Feb 2009 18:30:23 GMT." <2c75873c0902041030m769ac77fva64375ca91946fcf@mail.gmail.com>
I haven't looked at org-R but given the error message, it
probably does not contain a provide like so:
(provide 'org-R)
In that case, (require 'org-R) will not work. Perhaps
Dan can add it for the next version.
In the meantime, you can either add the provide line to
your copy of org-R.el or try
(load-library "org-R")
This should work if org-R.el[c] is found in the load-path.
Otherwise try
(load-file "/path/to/org-R.el")
HTH,
Nick
next prev parent reply other threads:[~2009-02-04 18:51 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-04 4:59 org-R tutorial on Worg Dan Davison
2009-02-04 7:23 ` JimmyWu
2009-02-04 12:55 ` Carsten Dominik
2009-02-04 18:30 ` Graham Smith
2009-02-04 18:50 ` Nick Dokos [this message]
2009-02-04 19:01 ` Graham Smith
2009-02-04 18:54 ` Dan Davison
2009-02-04 18:56 ` Dan Davison
2009-02-05 8:04 ` Graham Smith
2009-02-05 14:58 ` Dan Davison
2009-02-05 15:10 ` Graham Smith
2009-02-04 19:10 ` Graham Smith
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=9427.1233773422@gamaville.dokosmarshall.org \
--to=nicholas.dokos@hp.com \
--cc=emacs-orgmode@gnu.org \
--cc=myotisone@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).