From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: compatible issue between MELPA org and source code org Date: Tue, 23 Jan 2018 12:26:50 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c14ed4cfa8554056370a99b" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1edxfN-0004oE-1V for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 07:27:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1edxfL-0006Vf-QE for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 07:27:05 -0500 Received: from mail-yb0-x231.google.com ([2607:f8b0:4002:c09::231]:36823) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1edxfL-0006VX-KB for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 07:27:03 -0500 Received: by mail-yb0-x231.google.com with SMTP id v12so107101ybl.3 for ; Tue, 23 Jan 2018 04:27:03 -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" To: Christopher Miles Cc: emacs-org list --94eb2c14ed4cfa8554056370a99b Content-Type: text/plain; charset="UTF-8" On Mon, Jan 22, 2018, 4:41 AM numbchild@gmail.com wrote: > > Does anybody have a perfect solution to use latest source code Org in > Emacs way? > I've been using a solution that's working perfectly for me. Unfortunately, the only way is to: 1. Uninstall all the Org installations that you don't want to use (example: delete the Org Elpa installed version if you plan to use the git cloned version). 2. Advice a package.el function that never auto-installs Org as dependency. 3. Another advice to never update Org using the package manager (as you would be managing the updates yourself using git). Basically the update/dependency-check should not install Org. A while back, I did a detailed write-up on this setup: https://scripter.co/building-org-development-version/. With that setup, and modi/org-version-select set to 'dev, I don't have to worry about other Org versions getting auto-installed. > -- Kaushal Modi --94eb2c14ed4cfa8554056370a99b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Mon, Jan 22, 2018, 4:41 AM <= a href=3D"mailto:numbchild@gmail.com">numbchild@gmail.com <numbchild@gmail.com> wrote:

Does anybody have a = perfect solution to use latest source code Org in Emacs way?=C2=A0

I've been using a solution th= at's working perfectly for me. Unfortunately, the only way is to:
=

1. Uninstall all the Org installations that you don'= ;t want to use (example: delete the Org Elpa installed version if you plan = to use the git cloned version).=C2=A0
2. Advice a package.el func= tion that never auto-installs Org as dependency.=C2=A0
3. Another= advice to never update Org using the package manager (as you would be mana= ging the updates yourself using git).=C2=A0

Basica= lly the update/dependency-check should not install Org.=C2=A0
A while back, I did a detailed write-up on this setup:=C2=A0https://scri= pter.co/building-org-development-version/. With that setup, and modi/or= g-version-select set to 'dev, I don't have to worry about other Org= versions getting auto-installed.=C2=A0
--

Kaushal Modi

--94eb2c14ed4cfa8554056370a99b--