From: Bastien Guerry Date: Fri, 28 Sep 2012 08:28:01 +0000 (+0200) Subject: Fix references to http://orgmode.org/pkg/daily/ => /elpa/ X-Git-Tag: release_7.9.3~99 X-Git-Url: http://orgmode.org/w/?p=worg.git;a=commitdiff_plain;h=620f7c4ac0aae59a1e890ff0cfbe4310dd292724 Fix references to orgmode.org/pkg/daily/ => /elpa/ --- diff --git a/org-faq.org b/org-faq.org index 784b0f4..40fa6a8 100644 --- a/org-faq.org +++ b/org-faq.org @@ -694,9 +694,9 @@ system. :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. @@ -724,7 +724,7 @@ system. # 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 # @@ -778,7 +778,7 @@ system. 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.