"numbch...@gmail.com" <numbch...@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)