|
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)
[Prev in Thread] | Current Thread | [Next in Thread] |