emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eddward DeVilla" <eddward@gmail.com>
To: dixius99@gmail.com
Cc: emacs-orgmode@gnu.org
Subject: Re: Upgrading org-mode--Windows
Date: Tue, 23 Oct 2007 10:02:23 -0500	[thread overview]
Message-ID: <b71b18520710230802r37b7e94fl510a9b58f51a2b45@mail.gmail.com> (raw)
In-Reply-To: <471D5BB6.8050408@gmail.com>

You will need to install your own copy.  I'm not sure the way I do it
is the best, but it's easy.  First you will need to download the
latest org-mode and unpack it in some temp directory.

    Next you will have to determine when you want you're copy to go.
On windows, I run emacs under cygwin, and I put a .emacs_packages
directory in my home directory where I put my addons.  You can use any
directory so pick something that works for how you organize things.

    Once you have you directory, copy all the .el files from the
unpacked org archive into it.  This will probably be org-install.el,
org-mouse.el,  org-publish.el  & org.el.

    Now you need to tell emacs to load files from you directory.  I
have the following in my .emacs.  Modify as needed.
    ;; set up my own package directory
    (setq load-path
          (append (list nil "~/.emacs_packages")
                  load-path))

The rest of what I have may not be needed by you.
    (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
    (define-key global-map "\C-cl" 'org-store-link)
    (define-key global-map "\C-ca" 'org-agenda)
    (add-hook 'org-mode-hook 'turn-on-font-lock)  ; org-mode buffers only
    (require 'org-install)

After this is in place you can start emacs, open on org-buffer and do
M-x org-version to verify what you are running.  I just noticed that I
append to the load-path.  You may need to put you directory on the
front of the list.

Edd

On 10/22/07, Michael Dixon <dixius99@gmail.com> wrote:
> I apologize in advance if this question is off-topic/inappropriate, but
> the version of org-mode packaged with emacs 22.1 for Windows is 4.67,
> while the latest current version is 5.13. I can't seem to figure out how
> to update the org-mode package in Windows. Any help?
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

      parent reply	other threads:[~2007-10-23 15:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-23  2:25 Upgrading org-mode--Windows Michael Dixon
2007-10-23 14:43 ` Scott Jaderholm
2007-10-23 15:02 ` Eddward DeVilla [this message]

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=b71b18520710230802r37b7e94fl510a9b58f51a2b45@mail.gmail.com \
    --to=eddward@gmail.com \
    --cc=dixius99@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).