emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] org-R tutorial on Worg


From: Dan Davison
Subject: Re: [Orgmode] org-R tutorial on Worg
Date: Wed, 4 Feb 2009 13:54:25 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

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 <address@hidden>:
> > 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.
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> >
> 
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

-- 
http://www.stats.ox.ac.uk/~davison




reply via email to

[Prev in Thread] Current Thread [Next in Thread]