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: Nick Dokos
Subject: Re: [Orgmode] org-R tutorial on Worg
Date: Wed, 04 Feb 2009 13:50:22 -0500

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





reply via email to

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