From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Remove the build-in orgmode Date: Mon, 02 Jun 2014 09:26:34 +0200 Message-ID: <8738fn93h1.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrMe3-00070c-H0 for emacs-orgmode@gnu.org; Mon, 02 Jun 2014 03:27:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrMdw-0002t8-2A for emacs-orgmode@gnu.org; Mon, 02 Jun 2014 03:26:59 -0400 Received: from plane.gmane.org ([80.91.229.3]:33936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrMdv-0002su-RR for emacs-orgmode@gnu.org; Mon, 02 Jun 2014 03:26:51 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WrMdq-00019G-7P for emacs-orgmode@gnu.org; Mon, 02 Jun 2014 09:26:46 +0200 Received: from e178191243.adsl.alicedsl.de ([85.178.191.243]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Jun 2014 09:26:46 +0200 Received: from tjolitz by e178191243.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Jun 2014 09:26:46 +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 Shiyuan writes: > Hi, > I updated Org-mode from ELPA. If I start emacs normally, M-x > org-version does show the new version(8.2.6). But if I start emacs > with -Q, emacs will still run the built-in version(7.9.3). This is not > convenient for debugging purpose. Is there anyway to remove the > built-in version 7.9.3 completely so that even if I start emacs with - > Q, emacs still use the new version 8.2.6 from ELPA. Thanks. (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'. -- cheers, Thorsten