From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Re: Update org-mode Date: Tue, 05 Apr 2011 18:03:27 +0100 Message-ID: <4D9B4B5F.7000509@manor-farm.org> References: <81tyeios6w.fsf@gmail.com> <21E0CFB6-A321-42BF-82DD-F85412B98547@gmail.com> Reply-To: lists@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=34129 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q79fV-0001Gm-O0 for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 13:03:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q79fQ-0008Jm-Ma for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 13:03:53 -0400 Received: from mail.ian-barton.com ([109.74.196.44]:40495 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q79fQ-0008BB-IG for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 13:03:48 -0400 Received: from localhost (mail.wilkesley.org [127.0.0.1]) by li40-130.members.linode.com (Postfix) with ESMTP id A87F615A03A for ; Tue, 5 Apr 2011 17:03:28 +0000 (UTC) Received: from li40-130.members.linode.com ([127.0.0.1]) by localhost (mail.manor-farm.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o2QdQYw5mL8x for ; Tue, 5 Apr 2011 17:03:28 +0000 (UTC) Received: from mail.wilkesley.net (unknown [217.146.125.41]) by li40-130.members.linode.com (Postfix) with ESMTP id 5253215A010 for ; Tue, 5 Apr 2011 17:03:28 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.wilkesley.net (Postfix) with ESMTP id 7D8B011E16 for ; Tue, 5 Apr 2011 18:07:27 +0100 (BST) Received: from mail.wilkesley.net ([127.0.0.1]) by localhost (mail.bantercat.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6OpmsBjkV1vv for ; Tue, 5 Apr 2011 18:07:27 +0100 (BST) Received: from [192.168.0.133] (scamper.bantercat.co.uk [192.168.0.133]) by mail.wilkesley.net (Postfix) with ESMTPSA id 5C9C811D39 for ; Tue, 5 Apr 2011 18:07:27 +0100 (BST) In-Reply-To: <21E0CFB6-A321-42BF-82DD-F85412B98547@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: emacs-orgmode@gnu.org On 05/04/11 16:31, Dror Atariah wrote: > 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 =packages.el= file from > http://repo.or.cz/w/emacs.git/blob_plain/1a0a666f941c99882093d7bd08ced15033bc3f0c:/lisp/emacs-lisp/package.el. > > Save in in =~/Library/elisp= for example. > *** Add the following code to the =.emacs=: > #+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 =M-x list-packages RET org=. Here > you should see a list of optional packages. /Note:/ you may ignore the > warning: =failed to download org-mode archive=. > ** Updating org-mode > *** Enter the =list-packages= > Hit =M-x list-packages RET=. > > In there mark for installation by =i= the org package and the =x= for > the actual installation. > *** Restart emacs > *** Verify > Hit =M-x locate-library RET org= to verify the installation. You should now > have org-mode up and running. > > Thank you all! > Dror > Glad you got it working. Thanks for posting the follow up to the list, which will probably help someone in future. Ian.