From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: repeater not working? Date: Mon, 3 Sep 2012 15:20:37 +0000 (UTC) Message-ID: <87mx1788d0.fsf@mean.albasani.net> References: <87mx19bmrt.fsf@mean.albasani.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8YSK-0003UM-JV for emacs-orgmode@gnu.org; Mon, 03 Sep 2012 11:20:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8YSJ-0008Mj-C9 for emacs-orgmode@gnu.org; Mon, 03 Sep 2012 11:20:52 -0400 Received: from plane.gmane.org ([80.91.229.3]:48169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8YSJ-0008Md-5C for emacs-orgmode@gnu.org; Mon, 03 Sep 2012 11:20:51 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T8YSJ-0002Ac-7a for emacs-orgmode@gnu.org; Mon, 03 Sep 2012 17:20:51 +0200 Received: from e178233026.adsl.alicedsl.de ([85.178.233.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Sep 2012 17:20:51 +0200 Received: from gegendosenfleisch by e178233026.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Sep 2012 17:20:51 +0200 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: emacs-orgmode@gnu.org Alan Schmitt writes: > By the way, what is the canonical way to install contribs? The > doc.norang.ca site says to simply add a "load_path" to the source > directory of org-mode, but maybe there is another way. The canonical way would be the way described in the info documentation. ,----[ (info "(org)Installation") ] | 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)) `----