From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graham Smith Subject: Re: org-R tutorial on Worg Date: Wed, 4 Feb 2009 19:10:43 +0000 Message-ID: <2c75873c0902041110s20c75600l7d8387b64a377f2d@mail.gmail.com> References: <20090204045907.GA7288@stats.ox.ac.uk> <2c75873c0902041030m769ac77fva64375ca91946fcf@mail.gmail.com> <20090204185425.GE8992@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUn95-00056u-LM for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 14:10:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUn94-00055R-Oq for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 14:10:47 -0500 Received: from [199.232.76.173] (port=60034 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUn94-00055D-Ic for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 14:10:46 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:47611) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUn94-0003tz-3L for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 14:10:46 -0500 Received: by ewy13 with SMTP id 13so3978871ewy.18 for ; Wed, 04 Feb 2009 11:10:43 -0800 (PST) In-Reply-To: <20090204185425.GE8992@stats.ox.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs org-mode mailing list Dan > If you have added it to the contrib/lisp directory, then you could do > > (add-to-list 'load-path "path\to\contrib\lisp" load-path) > (load "org-R") (load-library "org-R") as suggested by Nick worked I already had the load path line in my .emacs > But perhaps what I should do is add > > (provide 'org-R) It seems it might make things easier for people like me :-) > > at the end of my code. I'm pretty new to elisp so not sure but I've > added that now. I'm sure someone will tell us if it's wrong. That may be, but this is a great idea of pulling R into org-mode, and I for one will find it very useful. Many thanks for the help and for org-R. Graham