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: http://stardiviner.github.io/ On Tue, Jun 6, 2017 at 12:58 AM, B.V. Raghav wrote: > "numbchild@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) > (package-refresh-contents) > (package-install "org") > #+END_SOURCE > > Or did you actually mean the same by `ELPA repository' > > Thanks > r > -- > (B.V. Raghav) >