From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Unable to find contrib/ Date: Sun, 11 Mar 2012 10:56:37 +0100 Message-ID: <87obs3jwa2.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6fUk-00045N-0l for emacs-orgmode@gnu.org; Sun, 11 Mar 2012 05:55:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S6fUi-0007ZY-69 for emacs-orgmode@gnu.org; Sun, 11 Mar 2012 05:55:17 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:59632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6fUh-0007ZU-T2 for emacs-orgmode@gnu.org; Sun, 11 Mar 2012 05:55:16 -0400 Received: by werj55 with SMTP id j55so2910238wer.0 for ; Sun, 11 Mar 2012 01:55:13 -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 Hi Debaditya, 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) Can you share the value of your load-path? I suspect your (add-to-list 'load-path ...) does not add the correct location. Otherwise I don't see why org-mime.el should not be loaded. HTH, -- Bastien