From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Unable to find contrib/ Date: Sun, 11 Mar 2012 15:24:42 +0530 Message-ID: <8162eb31jx.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6fUP-0003TL-BC for emacs-orgmode@gnu.org; Sun, 11 Mar 2012 05:54:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S6fUN-0007RG-Jj for emacs-orgmode@gnu.org; Sun, 11 Mar 2012 05:54:56 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:35270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6fUN-0007R6-9U for emacs-orgmode@gnu.org; Sun, 11 Mar 2012 05:54:55 -0400 Received: by dadv6 with SMTP id v6so3811171dad.0 for ; Sun, 11 Mar 2012 01:54:51 -0800 (PST) In-Reply-To: (Debaditya Mukhopadhyay's message of "Sun, 11 Mar 2012 03:27:17 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Debaditya Mukhopadhyay Cc: emacs-orgmode@gnu.org Debaditya Mukhopadhyay 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, Vanilla Emacs doesn't have contrib dir as part of the distribution. Try git. > getting=C2=A0 > > > File error: Cannot open load file, org-mime >=20=20=20=20 > To ensure normal operation, you should investigate and remove the > cause of the error in your initialization file.=C2=A0 Start Emacs with > the `--debug-init' option to view a complete error backtrace. > > > Any help will be appreciated. > > =C2=A0 > > --=20