From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dror Atariah Subject: Re: Update org-mode Date: Tue, 5 Apr 2011 17:31:24 +0200 Message-ID: <21E0CFB6-A321-42BF-82DD-F85412B98547@gmail.com> References: <81tyeios6w.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=59323 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q78E2-0006IT-Cj for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 11:31:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q78E0-0004d3-Rw for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 11:31:26 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:45946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q78E0-0004cn-NZ for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 11:31:24 -0400 Received: by fxm18 with SMTP id 18so444788fxm.0 for ; Tue, 05 Apr 2011 08:31:23 -0700 (PDT) In-Reply-To: <81tyeios6w.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jambunathan K Cc: emacs-orgmode@gnu.org Let me summarize the steps I carried out eventually, to use the package = manager. Note, I am using emacs 23 based editor which was shipped with = org-mode 6.33. * Updating Follow the steps: ** Intsall the package manager *** Download the =3Dpackages.el=3D file from = http://repo.or.cz/w/emacs.git/blob_plain/1a0a666f941c99882093d7bd08ced1503= 3bc3f0c:/lisp/emacs-lisp/package.el. Save in in =3D~/Library/elisp=3D for example. *** Add the following code to the =3D.emacs=3D: #+BEGIN_SRC elisp (setq load-path (cons "~/Library/elisp" load-path)) (require 'package) (package-initialize) #+END_SRC *** Verify To verify this part, in /emacs/ hit =3DM-x list-packages RET org=3D. = Here you should see a list of optional packages. /Note:/ you may ignore the warning: =3Dfailed to download org-mode archive=3D. ** Updating org-mode *** Enter the =3Dlist-packages=3D Hit =3DM-x list-packages RET=3D. In there mark for installation by =3Di=3D the org package and the =3Dx=3D = for the actual installation. *** Restart emacs *** Verify Hit =3DM-x locate-library RET org=3D to verify the installation. You = should now have org-mode up and running. Thank you all! Dror On Apr 1, 2011, at 18:24 PM, Jambunathan K wrote: > Dror Atariah writes: >=20 >> I tried to follow the update process described here: >> http://orgmode.org/worg/org-faq.html under: >> How do I keep current with bleeding edge development? >=20 > Search for ELPA in FAQ. Maybe that will work well for you ... >=20