From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: org-R tutorial on Worg Date: Wed, 4 Feb 2009 13:54:25 -0500 Message-ID: <20090204185425.GE8992@stats.ox.ac.uk> References: <20090204045907.GA7288@stats.ox.ac.uk> <2c75873c0902041030m769ac77fva64375ca91946fcf@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUmtN-0005YS-Og for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 13:54:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUmtL-0005YG-O3 for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 13:54:32 -0500 Received: from [199.232.76.173] (port=47024 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUmtL-0005YD-K9 for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 13:54:31 -0500 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:46980) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUmtK-0001ni-Vg for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 13:54:31 -0500 Content-Disposition: inline In-Reply-To: <2c75873c0902041030m769ac77fva64375ca91946fcf@mail.gmail.com> 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: Graham Smith Cc: emacs org-mode mailing list Hi Graham, 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") But perhaps what I should do is add (provide 'org-R) 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. Dan p.s. if you ever have a one-off need to load the code in a file, you can use M-x load-file On Wed, Feb 04, 2009 at 06:30:23PM +0000, Graham Smith wrote: > I'm afraid I'm struggling again. How do I get Emacs/orgmode to recognise org-R. > > I have tried adding (require 'org-R) to my .emacs file > > And I have put org-R.el in both the \orgmode\lisp directory and the > orgmode\contrib\lisp directories > > But I get an error: > > error: Required feature `org-R' was not provided > > I just took the lead from mouse.el as it only needed (require > 'org-mouse) to work > > But obviously there is something different with org-R > > I would be grateful for some help again. > > Thanks, > > Graham > > > 2009/2/4 Dan Davison : > > Hi all, > > > > I've put a tutorial for org-R up on Worg: > > > > http://orgmode.org/worg/org-tutorials/org-R/org-R.php > > > > Amongst other things, there you can see which other org users you > > share the greatest affinity with, according to the results of the org > > variable survey... > > > > I hope org-R is going to be useful to some people; I'd be happy to get > > comments / suggestions / bug reports, and to provide help. > > > > Code at > > > > http://www.stats.ox.ac.uk/~davison/software/org-R/org-R.el > > > > > > Dan > > > > p.s. Sorry for all the renaming... this is what I was previously > > calling org-table-R / org-tblR. So it's org-R-apply to make things > > happen now, and the option lines are #+R: and #+RR:. > > > > > > -- > > http://www.stats.ox.ac.uk/~davison > > > > > > _______________________________________________ > > Emacs-orgmode mailing list > > Remember: use `Reply All' to send replies to the list. > > Emacs-orgmode@gnu.org > > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- http://www.stats.ox.ac.uk/~davison