* Org-mode ELPA repository package is not very updated?
@ 2017-06-05 11:48 numbchild
2017-06-05 13:09 ` Nick Dokos
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: numbchild @ 2017-06-05 11:48 UTC (permalink / raw)
To: Org-mode
[-- Attachment #1: Type: text/plain, Size: 612 bytes --]
I found Org-mode ELPA released source code is old and does not include some
patches and updates.
For example, file `ob-clojure.el` I found org-mode source has the latest
source
code, but not in Org-mode ELPA package source code. The latest commit of
`ob-clojure.el` is about 3 monthes ago.
I installed both packages `org` and `org-plus-contrib` in ELPA repository.
[stardiviner] <Hack this world!> 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/
[-- Attachment #2: Type: text/html, Size: 1669 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Org-mode ELPA repository package is not very updated?
2017-06-05 11:48 Org-mode ELPA repository package is not very updated? numbchild
@ 2017-06-05 13:09 ` Nick Dokos
2017-06-08 10:47 ` numbchild
2017-06-05 16:58 ` B.V. Raghav
2017-07-03 5:31 ` Bastien
2 siblings, 1 reply; 9+ messages in thread
From: Nick Dokos @ 2017-06-05 13:09 UTC (permalink / raw)
To: emacs-orgmode
"numbchild@gmail.com" <numbchild@gmail.com> writes:
> I found Org-mode ELPA released source code is old and does not include some
> patches and updates.
>
> For example, file `ob-clojure.el` I found org-mode source has the latest source
> code, but not in Org-mode ELPA package source code. The latest commit of
> `ob-clojure.el` is about 3 monthes ago.
>
> I installed both packages `org` and `org-plus-contrib` in ELPA repository.
>
The ELPA package tracks the maintenance branch which only gets bug fixes.
--
Nick
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Org-mode ELPA repository package is not very updated?
2017-06-05 11:48 Org-mode ELPA repository package is not very updated? numbchild
2017-06-05 13:09 ` Nick Dokos
@ 2017-06-05 16:58 ` B.V. Raghav
2017-06-08 10:41 ` numbchild
2017-07-03 5:31 ` Bastien
2 siblings, 1 reply; 9+ messages in thread
From: B.V. Raghav @ 2017-06-05 16:58 UTC (permalink / raw)
To: numbchild@gmail.com; +Cc: Org-mode
"numbchild@gmail.com" <numbchild@gmail.com> writes:
> I installed both packages `org` and `org-plus-contrib` in ELPA repository.
You might be looking for:
#+BEGIN_SOURCE elisp
(require 'package)
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)
(package-initialize)
(package-refresh-contents)
(package-install "org")
#+END_SOURCE
Or did you actually mean the same by `ELPA repository'
Thanks
r
--
(B.V. Raghav)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Org-mode ELPA repository package is not very updated?
2017-06-05 16:58 ` B.V. Raghav
@ 2017-06-08 10:41 ` numbchild
0 siblings, 0 replies; 9+ messages in thread
From: numbchild @ 2017-06-08 10:41 UTC (permalink / raw)
To: B.V. Raghav; +Cc: Org-mode
[-- Attachment #1: Type: text/plain, Size: 885 bytes --]
Yes, I install `org` and `org-plus-contrib` from `"http://orgmode.org/elpa/
"`.
[stardiviner] <Hack this world!> 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, Jun 6, 2017 at 12:58 AM, B.V. Raghav <bvraghav@iitk.ac.in> wrote:
> "numbchild@gmail.com" <numbchild@gmail.com> writes:
>
> > I installed both packages `org` and `org-plus-contrib` in ELPA
> repository.
> You might be looking for:
>
> #+BEGIN_SOURCE elisp
> (require 'package)
> (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)
> (package-initialize)
> (package-refresh-contents)
> (package-install "org")
> #+END_SOURCE
>
> Or did you actually mean the same by `ELPA repository'
>
> Thanks
> r
> --
> (B.V. Raghav)
>
[-- Attachment #2: Type: text/html, Size: 1939 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Org-mode ELPA repository package is not very updated?
2017-06-05 13:09 ` Nick Dokos
@ 2017-06-08 10:47 ` numbchild
2017-06-08 10:54 ` Nicolas Goaziou
0 siblings, 1 reply; 9+ messages in thread
From: numbchild @ 2017-06-08 10:47 UTC (permalink / raw)
To: Nick Dokos; +Cc: Org-mode
[-- Attachment #1: Type: text/plain, Size: 1493 bytes --]
If so, the latest `ob-clojure.el` commits are bug fix obviously.
#+BEGIN_EXAMPLE
7ed93eba5 * Fix incorrect argument call in ob-clojure.el
98d672de3 * Update "25.2" defcustom :version's that remain in master
0d3683f2c * Merge branch 'maint'
|\
713f78501 | * Update copyright years
2c466ebff * | ob-clojure: Normalize :show-process syntax
cd4186c5c * | ob-clojure: Small refactoring
56c0ce4a8 * | ob-clojure: Add :show-process
|/
#+END_EXAMPLE
I need the latest commit bug fix `7ed93eba5 * Fix incorrect argument call
in ob-clojure.el`.
[stardiviner] <Hack this world!> 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 Mon, Jun 5, 2017 at 9:09 PM, Nick Dokos <ndokos@gmail.com> wrote:
> "numbchild@gmail.com" <numbchild@gmail.com> writes:
>
> > I found Org-mode ELPA released source code is old and does not include
> some
> > patches and updates.
> >
> > For example, file `ob-clojure.el` I found org-mode source has the latest
> source
> > code, but not in Org-mode ELPA package source code. The latest commit of
> > `ob-clojure.el` is about 3 monthes ago.
> >
> > I installed both packages `org` and `org-plus-contrib` in ELPA
> repository.
> >
>
> The ELPA package tracks the maintenance branch which only gets bug fixes.
>
> --
> Nick
>
>
>
[-- Attachment #2: Type: text/html, Size: 3086 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Org-mode ELPA repository package is not very updated?
2017-06-08 10:47 ` numbchild
@ 2017-06-08 10:54 ` Nicolas Goaziou
2017-06-08 11:19 ` numbchild
0 siblings, 1 reply; 9+ messages in thread
From: Nicolas Goaziou @ 2017-06-08 10:54 UTC (permalink / raw)
To: numbchild@gmail.com; +Cc: Nick Dokos, Org-mode
Hello,
"numbchild@gmail.com" <numbchild@gmail.com> writes:
> If so, the latest `ob-clojure.el` commits are bug fix obviously.
>
> #+BEGIN_EXAMPLE
> 7ed93eba5 * Fix incorrect argument call in ob-clojure.el
> 98d672de3 * Update "25.2" defcustom :version's that remain in master
> 0d3683f2c * Merge branch 'maint'
> |\
> 713f78501 | * Update copyright years
> 2c466ebff * | ob-clojure: Normalize :show-process syntax
> cd4186c5c * | ob-clojure: Small refactoring
> 56c0ce4a8 * | ob-clojure: Add :show-process
> |/
> #+END_EXAMPLE
>
> I need the latest commit bug fix `7ed93eba5 * Fix incorrect argument call
> in ob-clojure.el`.
Apparently, this fix landed in master, so it should land in Org 9.1. It
may be so because it sits on top of other modifications to ob-clojure
that are not strict bug-fixes.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Org-mode ELPA repository package is not very updated?
2017-06-08 10:54 ` Nicolas Goaziou
@ 2017-06-08 11:19 ` numbchild
0 siblings, 0 replies; 9+ messages in thread
From: numbchild @ 2017-06-08 11:19 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Nick Dokos, Org-mode
[-- Attachment #1: Type: text/plain, Size: 2740 bytes --]
Seems currently have two solutions:
1. copy the latest `ob-clojure.el` to `.emacs.d/elpa/org-20170608/`. It
works, and I'm using this currently. But really not a good way.
2. use `(use-package org :load-path "/path/to/org-mode/source-code/" :pin
manual)`. But this has source code mixed issue, because other MELPA
packages dependent on `org`. So not sure Emacs will load which one. I use
`locate-library` found sometimes is ELPA org, sometimes is source code org.
Is there a way to fix this issue?
This is the question which I asked in IRC #emacs:
<stardiviner> I use package with: (use-package org [11:32]
<stardiviner> :load-path "~/Code/Emacs/org-mode/lisp/"
<stardiviner> :pin manual
<stardiviner> ;; :quelpa (org :fetcher git :repo
"~/Code/Emacs/org-mode/lisp/")
<stardiviner> :mode (("\\.org$" . org-mode))
<stardiviner> :config
<stardiviner> ;; (load "~/Code/Emacs/org-mode/lisp/org.el")
<stardiviner> (use-package org-plus-contrib
<stardiviner> :load-path "~/Code/Emacs/org-mode/contrib/lisp/"
<stardiviner> :pin manual)
<stardiviner> ) But some MELPA packages requires `org`, I use Org-mode
ELPA
repo (defvar elpa-org '("org" . "http://orgmode.org/elpa/"))
.
But I found `locate-library` "org" library files are mixed,
some
library is from `:load-path`, some are from ELPA package. How
to
fix this issue?
[stardiviner] <Hack this world!> 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 Thu, Jun 8, 2017 at 6:54 PM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:
> Hello,
>
> "numbchild@gmail.com" <numbchild@gmail.com> writes:
>
> > If so, the latest `ob-clojure.el` commits are bug fix obviously.
> >
> > #+BEGIN_EXAMPLE
> > 7ed93eba5 * Fix incorrect argument call in ob-clojure.el
> > 98d672de3 * Update "25.2" defcustom :version's that remain in master
> > 0d3683f2c * Merge branch 'maint'
> > |\
> > 713f78501 | * Update copyright years
> > 2c466ebff * | ob-clojure: Normalize :show-process syntax
> > cd4186c5c * | ob-clojure: Small refactoring
> > 56c0ce4a8 * | ob-clojure: Add :show-process
> > |/
> > #+END_EXAMPLE
> >
> > I need the latest commit bug fix `7ed93eba5 * Fix incorrect argument call
> > in ob-clojure.el`.
>
> Apparently, this fix landed in master, so it should land in Org 9.1. It
> may be so because it sits on top of other modifications to ob-clojure
> that are not strict bug-fixes.
>
> Regards,
>
> --
> Nicolas Goaziou
>
[-- Attachment #2: Type: text/html, Size: 5343 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Org-mode ELPA repository package is not very updated?
2017-06-05 11:48 Org-mode ELPA repository package is not very updated? numbchild
2017-06-05 13:09 ` Nick Dokos
2017-06-05 16:58 ` B.V. Raghav
@ 2017-07-03 5:31 ` Bastien
2017-07-13 0:35 ` numbchild
2 siblings, 1 reply; 9+ messages in thread
From: Bastien @ 2017-07-03 5:31 UTC (permalink / raw)
To: numbchild@gmail.com; +Cc: Org-mode
Hi,
"numbchild@gmail.com" <numbchild@gmail.com> writes:
> I found Org-mode ELPA released source code is old and does not
> include some patches and updates.
This should be fixed now -- please confirm in a few days.
--
Bastien
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Org-mode ELPA repository package is not very updated?
2017-07-03 5:31 ` Bastien
@ 2017-07-13 0:35 ` numbchild
0 siblings, 0 replies; 9+ messages in thread
From: numbchild @ 2017-07-13 0:35 UTC (permalink / raw)
To: Bastien; +Cc: Org-mode
[-- Attachment #1: Type: text/plain, Size: 692 bytes --]
After some tries, I use org-mode source code `master` branch now. use
extension `use-package` to load it. It works very fine.
Thanks.
[stardiviner] <Hack this world!> 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 Mon, Jul 3, 2017 at 1:31 PM, Bastien <bzg@gnu.org> wrote:
> Hi,
>
> "numbchild@gmail.com" <numbchild@gmail.com> writes:
>
> > I found Org-mode ELPA released source code is old and does not
> > include some patches and updates.
>
> This should be fixed now -- please confirm in a few days.
>
> --
> Bastien
>
[-- Attachment #2: Type: text/html, Size: 1613 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2017-07-13 0:37 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-05 11:48 Org-mode ELPA repository package is not very updated? numbchild
2017-06-05 13:09 ` Nick Dokos
2017-06-08 10:47 ` numbchild
2017-06-08 10:54 ` Nicolas Goaziou
2017-06-08 11:19 ` numbchild
2017-06-05 16:58 ` B.V. Raghav
2017-06-08 10:41 ` numbchild
2017-07-03 5:31 ` Bastien
2017-07-13 0:35 ` numbchild
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).