emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "numbchild@gmail.com" <numbchild@gmail.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: Nick Dokos <ndokos@gmail.com>, Org-mode <emacs-orgmode@gnu.org>
Subject: Re: Org-mode ELPA repository package is not very updated?
Date: Thu, 8 Jun 2017 19:19:12 +0800	[thread overview]
Message-ID: <CAL1eYuJo5AWV0eWwGATC-GNHjKSw_=3Z66oFkKB4aNVQErgDrA@mail.gmail.com> (raw)
In-Reply-To: <87lgp2ycl2.fsf@nicolasgoaziou.fr>

[-- 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 --]

  reply	other threads:[~2017-06-08 11:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAL1eYuJo5AWV0eWwGATC-GNHjKSw_=3Z66oFkKB4aNVQErgDrA@mail.gmail.com' \
    --to=numbchild@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    --cc=ndokos@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).