From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: installing contrib Date: Sun, 16 Jan 2011 18:02:38 +0000 Message-ID: <878vykvi9t.fsf@ucl.ac.uk> References: <8A2124C2-8BEB-415E-85F2-54467E5FA688@fastmail.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=46629 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeWwF-0002G8-MR for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 13:02:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeWwE-0006ts-P6 for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 13:02:51 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:53734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeWwE-0006tX-LD for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 13:02:50 -0500 In-Reply-To: <8A2124C2-8BEB-415E-85F2-54467E5FA688@fastmail.net> (K. T.'s message of "Sun, 16 Jan 2011 10:48:08 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: K T Cc: emacs-orgmode@gnu.org K T writes: > Hi, > > I don't know how to install the contents of the contrib folder. I need > especially the mac specific additions. Is just the copying of the .el > files in my site-lisp directory enough? No need to copy; simply add that directory (aka folder) to the load path: (add-to-list 'load-path ".../contrib/lisp") where the dots in the last argument should be replaced by the full path to wherever org has been placed on your system. On my system, I do: (add-to-list 'load-path "~/git/org-mode/contrib/lisp/") HTH. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.199.g8be1.dirty)