From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Subject: Re: sudo uninstall org? Can it be done? Date: Thu, 6 Aug 2015 12:16:57 -0400 Message-ID: References: <874mkdk10d.fsf@skimble.plus.com> <878u9oiew3.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2e6ae8d3181051ca6dbdd Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNNrR-0006gJ-1f for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 12:17:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNNrN-0004Kn-SR for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 12:17:41 -0400 Received: from mail-ob0-x231.google.com ([2607:f8b0:4003:c01::231]:36862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNNrN-0004KW-K1 for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 12:17:37 -0400 Received: by obnw1 with SMTP id w1so59345529obn.3 for ; Thu, 06 Aug 2015 09:17:37 -0700 (PDT) In-Reply-To: <878u9oiew3.fsf@Rainer.invalid> 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: Achim Gratz Cc: emacs-org list --001a11c2e6ae8d3181051ca6dbdd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I do not need to manually remove the inbuilt emacs. I install org-mode with contrib included from elpa: org-plus-contrib is the package name you will see in the package manager. I have these in the following order: ;; For org-plus-contrib (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) (package-initialize) That results in the elpa version of org-mode coming BEFORE the inbuilt version of org-mode in the load-path list. The first one read is used and the later one is ignored. Here is my full el file for package setup: https://github.com/kaushalmodi/.emacs.d/blob/master/setup-packages.el -- Kaushal Modi On Thu, Aug 6, 2015 at 12:02 PM, Achim Gratz wrote: > Sharon Kimble writes: > > So I'm now running with org-mode - > > > > =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 > > =E2=94=82Org-mode version 8.2.10 (release_8.2.10 @ > /usr/local/share/emacs/24.5.50/lisp/org/) > > =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 > > > > How can I remove this version please? > > > > How can I install the package manager version of org without the > > 'org-babel-etc' error message please? > > I can't test it at the moment, but I'm pretty sure this is a result of > Emacs' built-in Org being loaded before package manager gets to install > the newer release of Org. You need to move any init files aside that > pick up Org before doing the upgrade from package manager running in a > freshly started Emacs. > > > Regards, > Achim. > -- > +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ > > SD adaptation for Waldorf microQ V2.22R2: > http://Synth.Stromeko.net/Downloads.html#WaldorfSDada > > > --001a11c2e6ae8d3181051ca6dbdd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I do not need to manually remove the inbui= lt emacs.

I install org-mode= with contrib included from elpa: org-plus-contrib is the package name you = will see in the package manager.

I have these in the following order:

<= div class=3D"gmail_default">
;; For org-plus-contrib
(add-to-list 'packa= ge-archives '("org" . "http://orgmode.org/elpa/") t)

(package-initialize)

That results in the elpa version of org-mode coming BEFOR= E the inbuilt version of org-mode in the load-path list. The first one read= is used and the later one is ignored.

Here is = my full el file for package setup:=C2=A0https://github.com/kaushalmo= di/.emacs.d/blob/master/setup-packages.el


--
Kaushal Modi=

On Thu, Aug 6, 2015 at 12:02 PM, Achim Gratz= <Stromeko@nexgo.de> wrote:
Sharon Kimble writes:
> So I'm now running with org-mode -
>
> =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80
> =E2=94=82Org-mode version 8.2.10 (release_8.2.10 @ /usr/local/share/em= acs/24.5.50/lisp/org/)
> =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80
>
> How can I remove this version please?
>
> How can I install the package manager version of org without the
> 'org-babel-etc' error message please?

I can't test it at the moment, but I'm pretty sure this is a= result of
Emacs' built-in Org being loaded before package manager gets to install=
the newer release of Org.=C2=A0 You need to move any init files aside that<= br> pick up Org before doing the upgrade from package manager running in a
freshly started Emacs.


Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+<= br>
SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#Waldor= fSDada



--001a11c2e6ae8d3181051ca6dbdd--