:CUSTOM_ID: installing-via-elpa
:END:
- Daily builds of Org-mode are distributed as an ELPA package from
- both [[http://elpa.gnu.org/packages/][GNU Emacs Lisp Package Archive]] as well as from [[http://orgmode.org/pkg/daily/][Org-mode Emacs
- Lisp Archive]].
+ Daily builds of Org-mode are distributed as an ELPA package from both
+ [[http://elpa.gnu.org/packages/][GNU Emacs Lisp Package Archive]] as well as from the [[http://orgmode.org/elpa/][Org-mode Emacs Lisp
+ Archive]].
Steps for installing Org with package manager:
1) Do =M-x list-packages= to browse available packages.
# 9) Use =M-x customize-variable RET package-archives=
# 10) Add the following line to your =.emacs= and reload Emacs.
# #+begin_src emacs-lisp
-# (add-to-list 'package-archives '("Org-mode" . "http://orgmode.org/pkg/daily/"))
+# (add-to-list 'package-archives '("Org-mode" . "http://orgmode.org/elpa/"))
# #+end_src
#
1. If you are already running Org-mode, note the current version
reported by M-x org-version.
- 2. Download the latest tarball from [[http://orgmode.org/pkg/daily/][Org-mode repo]].
+ 2. Download the latest tarball from [[http://orgmode.org/elpa/][Org-mode repo]].
3. Do =M-x package-install-file=. When prompted for =Package file
name=, point it to .tar file downloaded in step 2.