From mboxrd@z Thu Jan 1 00:00:00 1970 From: "numbchild@gmail.com" Subject: Re: compatible issue between MELPA org and source code org Date: Wed, 24 Jan 2018 00:08:47 +0800 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c1c1b40d10877056373c48e" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ee18W-0005uv-9K for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 11:09:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ee18R-0003TF-3e for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 11:09:24 -0500 Received: from mail-ot0-x232.google.com ([2607:f8b0:4003:c0f::232]:44847) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ee18Q-0003Sv-Se for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 11:09:19 -0500 Received: by mail-ot0-x232.google.com with SMTP id t20so846206ote.11 for ; Tue, 23 Jan 2018 08:09:18 -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: Kaushal Modi Cc: emacs-org list --94eb2c1c1b40d10877056373c48e Content-Type: text/plain; charset="UTF-8" Thanks for your advice. After your code inspiration. I got an idea. After test, it works fine. I try to load `use-package` and `(use-package org :pin manaul ..)` ahead of `(package-initialize)`. Half of the problem is solved. The another half of the problem is that Emacs still will load built-in org-mode in lisp/org/. I think I can't solve this problem essentially. Because I can't load before Emacs built-in library. Oops. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Tue, Jan 23, 2018 at 8:26 PM, Kaushal Modi wrote: > 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 > --94eb2c1c1b40d10877056373c48e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks for your advice. After your code inspiration. I got= an idea. After test, it works fine. I try to load `use-package` and `(use-= package org :pin manaul ..)` ahead of `(package-initialize)`. Half of the p= roblem is solved. The another half of the problem is that Emacs still will = load built-in org-mode in lisp/org/. I think I can't solve this problem= essentially. Because I can't load before Emacs built-in library. Oops.=

<= div>
[stardiviner]=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 <Hack this world!>=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 GPG key ID: 47C32433
IRC(freeenode): stardiviner =C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 Twitter:=C2=A0 @numbchild
Key fingerprint =3D 9BAA= 92BC CDDD B9EF 3B36=C2=A0 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/=

On Tue, Jan 23, 2018 at 8:26 PM, Kaushal Mod= i <kaushal.modi@gmail.com> wrote:
= On Mon, Jan 22, 2018, 4:41 AM numbchild@gmail.com <numbchild@gmail.com> wrote:

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

I've been using a solution that&= #39;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 functio= n that never auto-installs Org as dependency.=C2=A0
3. Another ad= vice to never update Org using the package manager (as you would be managin= g the updates yourself using git).=C2=A0

Basically= the update/dependency-check should not install Org.=C2=A0

A while back, I did a detailed write-up on this setup:=C2=A0https://scripter.co/building-org-development-version/. Wit= h that setup, and modi/org-version-select set to 'dev, I don't have= to worry about other Org versions getting auto-installed.=C2=A0
--

Kaushal Modi


--94eb2c1c1b40d10877056373c48e--