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: B.V. Raghav
Subject: Re: [O] Org-mode ELPA repository package is not very updated?
Date: Mon, 05 Jun 2017 22:28:01 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

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