Re: [O] Unable to find contrib/

2012-03-12 Thread Debaditya Mukhopadhyay
Thanks for all your help. I could solve the issue. The org-root-directory needed to be specified, in my case ~/bin/org-7.8.03/. I overlooked that fact- and all of your response helped. Deb On Sun, Mar 11, 2012 at 3:27 AM, Debaditya Mukhopadhyay debadi...@gmail.com wrote: I have org 7.8.03.

[O] Unable to find contrib/

2012-03-11 Thread Debaditya Mukhopadhyay
I have org 7.8.03. added to my .emacs (add-to-list 'load-path org-root-dir/contrib/lisp) (require 'org-mime) getting File error: Cannot open load file, org-mime To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs

Re: [O] Unable to find contrib/

2012-03-11 Thread Jambunathan K
Debaditya Mukhopadhyay debadi...@gmail.com writes: I have org 7.8.03. added to my .emacs (add-to-list 'load-path org-root-dir/contrib/lisp) (require 'org-mime) Make sure that org-root-dir has the same value M-x locate-library RET org RET Make sure contrib dir exists. AFAIK, ELPA,

Re: [O] Unable to find contrib/

2012-03-11 Thread Bastien
Hi Debaditya, Debaditya Mukhopadhyay debadi...@gmail.com writes: I have org 7.8.03. added to my .emacs (add-to-list 'load-path org-root-dir/contrib/lisp) (require 'org-mime) Can you share the value of your load-path? I suspect your (add-to-list 'load-path ...) does not add the

Re: [O] Unable to find contrib/

2012-03-11 Thread suvayu ali
Hi Debaditya, On Sun, Mar 11, 2012 at 08:27, Debaditya Mukhopadhyay debadi...@gmail.com wrote: added to my .emacs (add-to-list 'load-path org-root-dir/contrib/lisp) (require 'org-mime) I would recommend using a full path. Unless you have org-root-dir as a subdirectory to where ever you

Re: [O] Unable to find contrib/

2012-03-11 Thread Sankalp
Hi Debaditya, On 11 March 2012 15:24, Jambunathan K kjambunat...@gmail.com wrote: Debaditya Mukhopadhyay debadi...@gmail.com writes: I have org 7.8.03. added to my .emacs (add-to-list 'load-path org-root-dir/contrib/lisp) (require 'org-mime) Make sure that org-root-dir