From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: mixed orgmode installation Date: Wed, 4 Sep 2013 17:07:49 +0200 Message-ID: <20130904150749.GA12670@kuru.dyndns-at-home.com> References: <87a9jshdpi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHEgX-0006ao-6y for emacs-orgmode@gnu.org; Wed, 04 Sep 2013 11:07:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHEgT-0004it-Il for emacs-orgmode@gnu.org; Wed, 04 Sep 2013 11:07:57 -0400 Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:58825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHEgT-0004hL-Af for emacs-orgmode@gnu.org; Wed, 04 Sep 2013 11:07:53 -0400 Received: by mail-ee0-f52.google.com with SMTP id c41so245289eek.39 for ; Wed, 04 Sep 2013 08:07:52 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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 On Wed, Sep 04, 2013 at 04:52:34PM +0200, Johannes Rainer wrote: > hm, that's an option. > based on your suggestion I created now my own little makefile to install > the git org-mode and directly over-write the one located in > /Applications/Emacs.app/Resources/lisp/org . actually, I first delete all > files in this org directory and install the one from git into the dir again. This can actually cause difficult to diagnose problems sometimes. The simplest way to do it right is to setup your load-path early in your init file. To get an idea, you can take a look at my setup. Look at the first 18 lines; after this I can customise, load, do whatever I want with org. You will notice I load a kill-old-org.el. That line is experimental and optional, and you may skip it. Hope this helps, -- Suvayu Open source is the future. It sets us free.