emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Dror Atariah <drorata@gmail.com>
To: Jambunathan K <kjambunathan@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Update org-mode
Date: Tue, 5 Apr 2011 17:31:24 +0200	[thread overview]
Message-ID: <21E0CFB6-A321-42BF-82DD-F85412B98547@gmail.com> (raw)
In-Reply-To: <81tyeios6w.fsf@gmail.com>

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

On Apr 1, 2011, at 18:24 PM, Jambunathan K wrote:

> Dror Atariah <drorata@gmail.com> writes:
> 
>> 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?
> 
> Search for ELPA in FAQ. Maybe that will work well for you ...
> 

  reply	other threads:[~2011-04-05 15:31 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-01 15:20 Update org-mode Dror Atariah
2011-04-01 16:08 ` Ian Barton
2011-04-01 16:24 ` Jambunathan K
2011-04-05 15:31   ` Dror Atariah [this message]
2011-04-05 17:03     ` Ian Barton
2011-04-01 17:08 ` Bernt Hansen
2011-04-01 17:39   ` Nick Dokos
2011-04-01 18:14     ` Bernt Hansen
2011-04-01 17:58 ` Yagnesh Raghava Yakkala
2011-04-01 19:35   ` Dror Atariah
2011-04-01 20:03     ` Nick Dokos
2011-04-03  8:12       ` Dror Atariah
2011-04-03  8:23         ` Jambunathan K
     [not found]           ` <F1BFD612-B50C-4247-8261-1058352CF0E4@gmail.com>
     [not found]             ` <81zko7hft2.fsf@gmail.com>
2011-04-03  9:47               ` Dror Atariah
2011-04-03 11:53                 ` Jambunathan K
2011-04-02 20:13 ` Christian Moe
2011-04-02 20:45   ` Achim Gratz
2011-04-02 21:02   ` Nick Dokos
2011-04-03  5:45     ` Christian Moe
2011-04-03  8:08   ` Dror Atariah
2011-04-03  9:55     ` Christian Moe
2011-04-03 10:35       ` Dror Atariah
2011-04-03 11:31     ` Achim Gratz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=21E0CFB6-A321-42BF-82DD-F85412B98547@gmail.com \
    --to=drorata@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=kjambunathan@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).