emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kaushal <kaushal.modi@gmail.com>
To: Achim Gratz <Stromeko@nexgo.de>
Cc: emacs-org list <emacs-orgmode@gnu.org>
Subject: Re: sudo uninstall org? Can it be done?
Date: Thu, 6 Aug 2015 12:16:57 -0400	[thread overview]
Message-ID: <CAFyQvY2wONxpZPDHfA3ex2hEpK6JfYtgBXRL6KzyjTRwbX7m_Q@mail.gmail.com> (raw)
In-Reply-To: <878u9oiew3.fsf@Rainer.invalid>

[-- Attachment #1: Type: text/plain, Size: 1657 bytes --]

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 <Stromeko@nexgo.de> wrote:

> Sharon Kimble writes:
> > So I'm now running with org-mode -
> >
> > ╭────
> > │Org-mode version 8.2.10 (release_8.2.10 @
> /usr/local/share/emacs/24.5.50/lisp/org/)
> > ╰────
> >
> > 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
>
>
>

[-- Attachment #2: Type: text/html, Size: 3798 bytes --]

      reply	other threads:[~2015-08-06 16:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-05 19:07 sudo uninstall org? Can it be done? Sharon Kimble
2015-08-05 22:23 ` Bastien Guerry
2015-08-05 22:45   ` Ista Zahn
2015-08-06  9:59     ` Sharon Kimble
2015-08-06 16:02 ` Achim Gratz
2015-08-06 16:16   ` Kaushal [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFyQvY2wONxpZPDHfA3ex2hEpK6JfYtgBXRL6KzyjTRwbX7m_Q@mail.gmail.com \
    --to=kaushal.modi@gmail.com \
    --cc=Stromeko@nexgo.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).