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



_______________________________________________
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

Reply via email to