From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Remove the build-in orgmode Date: Fri, 06 Jun 2014 16:09:04 +0200 Message-ID: <8761ke5dvj.fsf@bzg.ath.cx> References: <8738fn93h1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wsupd-0006Ro-Ro for emacs-orgmode@gnu.org; Fri, 06 Jun 2014 10:09:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsupX-0000uh-PE for emacs-orgmode@gnu.org; Fri, 06 Jun 2014 10:09:21 -0400 Received: from mail-s76.mailgun.info ([184.173.153.204]:58270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsupX-0000ua-KW for emacs-orgmode@gnu.org; Fri, 06 Jun 2014 10:09:15 -0400 In-Reply-To: <8738fn93h1.fsf@gmail.com> (Thorsten Jolitz's message of "Mon, 02 Jun 2014 09:26:34 +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: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Hi Thorsten, Thorsten Jolitz writes: > (On Archlinux) I simply trash the Org dir shipped with Emacs and put a > symlink to my git-version of Org-mode there. I was told I shouldn't do > that, but since I had many problems with mixed installs before, and no > problems at all after doing so, I stick with this apparently 'bad > habit'. I confirm this is a bad habit :) >From sources (git or tarball), Org mode setup is just this (add-to-list 'load-path "/src/org-mode/") (require 'org) As for testing, Brady's solution to use emacs -q -l "~/testing.el" is also the one I would suggest. 2 cents, -- Bastien