Re: [O] Org-mode ELPA repository package is not very updated?

2017-07-12 Thread numbch...@gmail.com
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] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36

Re: [O] Org-mode ELPA repository package is not very updated?

2017-07-03 Thread Bastien
Hi, "numbch...@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

Re: [O] Org-mode ELPA repository package is not very updated?

2017-06-08 Thread numbch...@gmail.com
​​ 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,

Re: [O] Org-mode ELPA repository package is not very updated?

2017-06-08 Thread Nicolas Goaziou
Hello, "numbch...@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 *

Re: [O] Org-mode ELPA repository package is not very updated?

2017-06-08 Thread numbch...@gmail.com
​​ 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

Re: [O] Org-mode ELPA repository package is not very updated?

2017-06-08 Thread numbch...@gmail.com
Yes, I install `org` and `org-plus-contrib` from `"http://orgmode.org/elpa/ "`. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog:

Re: [O] Org-mode ELPA repository package is not very updated?

2017-06-05 Thread B.V. Raghav
"numbch...@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)

Re: [O] Org-mode ELPA repository package is not very updated?

2017-06-05 Thread Nick Dokos
"numbch...@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

[O] Org-mode ELPA repository package is not very updated?

2017-06-05 Thread numbch...@gmail.com
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