From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: melpa Date: Fri, 19 Feb 2016 11:44:19 -0500 Message-ID: References: <2C646513-D058-4B01-9E07-505DE4F8324A@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1141e22cd2cf13052c2231e8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWoAI-0000vD-RI for emacs-orgmode@gnu.org; Fri, 19 Feb 2016 11:44:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWoAH-0006uH-CF for emacs-orgmode@gnu.org; Fri, 19 Feb 2016 11:44:22 -0500 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:34526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWoAH-0006u5-1d for emacs-orgmode@gnu.org; Fri, 19 Feb 2016 11:44:21 -0500 Received: by mail-wm0-x22d.google.com with SMTP id b205so76012260wmb.1 for ; Fri, 19 Feb 2016 08:44:20 -0800 (PST) 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: Alan Schmitt Cc: Org mode , =?UTF-8?B?56ul5L+K57+U?= --001a1141e22cd2cf13052c2231e8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable It could also be that orgmode does not come from melpa, it comes from " http://orgmode.org/elpa/" If you have a list of packages that get installed, make sure org is first. Any package that requires org will interfere with the installation of the org package. (setq package-archives '(("elpy" . "http://jorgenschaefer.github.io/packages/") ("org" . "http://orgmode.org/elpa/") ("gnu" . "http://elpa.gnu.org/packages/") ("melpa-stable" . "http://melpa-stable.milkbox.net/packages/") ("melpa" . "http://melpa.org/packages/"))) John ----------------------------------- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Fri, Feb 19, 2016 at 2:37 AM, Alan Schmitt < alan.schmitt@polytechnique.org> wrote: > On 2016-02-19 08:00, =E7=AB=A5=E4=BF=8A=E7=BF=94 = writes: > > > I=E2=80=99m using melpa, and org is updated to the newest version > > > > but my org-version is still 8.2.10, as follows > > > > Org-mode version 8.2.10 (release_8.2.10 @ > /Users/mac/.emacs.d/elpa/org-20160215/) > > > > How to solve this problem? > > You probably have a mixed installation, which can happen if org-mode is > loaded when you install the elpa version. > > What you can try is the following (please anyone correct me if I'm > giving incorrect instructions): > - uninstall orgmode from elpa > - restart emacs and do not load orgmode (which means do not execute any > org-related code) > - install the org-mode package > > You then need to make sure that any org-related function in your init > file is called after `package-initialize'. > > Hope this helps, > > Alan > > -- > OpenPGP Key ID : 040D0A3B4ED2E5C7 > Monthly Athmospheric CO=E2=82=82 (2016-01, Mauna Loa Obs.): 402.52 > --001a1141e22cd2cf13052c2231e8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
It could also be that orgmode does not come from melpa, it= comes from=C2=A0"http://orgmode.org/= elpa/"=C2=A0If you have a list of packages that get = installed, make sure org is first. Any package that requires org will inter= fere with the installation of the org package.

<= td id=3D"L9" class=3D"" style=3D"padding:0px 10px;width:50px;min-width:50px= ;font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;fon= t-size:12px;line-height:18px;color:rgba(0,0,0,0.298039);text-align:right;wh= ite-space:nowrap;vertical-align:top;border-style:solid;border-color:rgb(238= ,238,238);border-width:0px 1px 0px 0px">
(setq package-archives
'(("elpy" . "http://jorgenschaefer.github.io/packages/= ")
("org= " . "http://orgmode.org/elpa/")
("<= /span>gnu" . "= http://elpa.gnu.org/packag= es/")
("melpa-stable" . "http://melpa-stable.milkbox.net/packages= /")
("melpa" . "http://melpa.org/packages/&quo= t;)))

John

-----------------------------------
Professor John = Kitchin=C2=A0
Doherty Hall A207F
Department of Chemical EngineeringCarnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
<= div dir=3D"ltr">@johnkitchin
http://kitchingroup.cheme.cmu.edu


On Fri, Feb 19, 2016 at 2:37 AM, Alan Schmit= t <alan.schmitt@polytechnique.org> wrote:
On 2016-02-19 08:00, =E7=AB= =A5=E4=BF=8A=E7=BF=94 <tongjun= xiang@gmail.com> writes:

> I=E2=80=99m using melpa, and org is updated to the newest version
>
> but my org-version is still 8.2.10, as follows
>
> Org-mode version 8.2.10 (release_8.2.10 @ /Users/mac/.emacs.d/elpa/org= -20160215/)
>
> How to solve this problem?

You probably have a mixed installation, which can happen if org-mode= is
loaded when you install the elpa version.

What you can try is the following (please anyone correct me if I'm
giving incorrect instructions):
- uninstall orgmode from elpa
- restart emacs and do not load orgmode (which means do not execute any
org-related code)
- install the org-mode package

You then need to make sure that any org-related function in your init
file is called after `package-initialize'.

Hope this helps,

Alan

--
OpenPGP Key ID : 040D0A3B4ED2E5C7
Monthly Athmospheric CO=E2=82=82 (2016-01, Mauna Loa Obs.): 402.52

--001a1141e22cd2cf13052c2231e8--