emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: address@hidden
Subject: Re: [O] Org-mode ELPA repository package is not very updated?
Date: Thu, 8 Jun 2017 18:41:17 +0800

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 <address@hidden> wrote:
"address@hidden" <address@hidden> 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]