From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian van den Broek Subject: Re: How to install contributions to org-mode such as org-contacts? Date: Fri, 28 Oct 2011 14:23:05 +0200 Message-ID: References: <29B1D853-B0B8-42FC-BAFF-67D120C8B10F@math.ethz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJlTR-00032K-K1 for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 08:23:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJlTP-0002AI-Ts for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 08:23:49 -0400 Received: from mail-vx0-f169.google.com ([209.85.220.169]:46281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJlTP-0002A5-NN for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 08:23:47 -0400 Received: by vcbfk1 with SMTP id fk1so4199934vcb.0 for ; Fri, 28 Oct 2011 05:23:47 -0700 (PDT) In-Reply-To: <29B1D853-B0B8-42FC-BAFF-67D120C8B10F@math.ethz.ch> 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: Marius Hofert Cc: Emacs help On 28 October 2011 14:07, Marius Hofert wrote: > Hi, > > I downloaded and successfully installed the latest version org-mode (M-x = org-version shows 7.7). I was hoping to get org-contacts with it, too, but = when putting (require 'org-contacs) in .emacs, I obtain: > > Warning (initialization): An error occurred while loading `/Users/mhofert= /.emacs': > > File error: Cannot open load file, org-contacts > > To ensure normal operation, you should investigate and remove the > cause of the error in your initialization file. =A0Start Emacs with > the `--debug-init' option to view a complete error backtrace. > > Org-contacts is one of the contributions and can be found in org-7.7/cont= rib. > How can I install this org-mode contribution (on Mac OS X 10.7.2 with GNU= Emacs 23.3 (9.0))? > > I installed the latest org-mode version by setting (in ./Makefile): > > =A0EMACS=3D/Applications/Emacs.app/Contents/MacOS//emacs > =A0lispdir=3D/Applications/Emacs.app/Contents/Resources/lisp/ > =A0infodir=3D/Applications/Emacs.app/Contents/Resources/info > > I checked the contribution README, but that didn't tell =A0me how to inst= all org-mode ocntributions. > > > Cheers, > > Marius > Marius, Do you do what the fine manual suggests?: If you plan to use code from the contrib subdirectory, do a similar step for this directory: (setq load-path (cons "~/path/to/orgdir/contrib/lisp" load-path)) http://orgmode.org/manual/Installation.html#Installation Best, Brian vdB