emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Upgrading org-mode--Windows
@ 2007-10-23  2:25 Michael Dixon
  2007-10-23 14:43 ` Scott Jaderholm
  2007-10-23 15:02 ` Eddward DeVilla
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Dixon @ 2007-10-23  2:25 UTC (permalink / raw)
  To: emacs-orgmode

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?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Upgrading org-mode--Windows
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Scott Jaderholm @ 2007-10-23 14:43 UTC (permalink / raw)
  To: dixius99; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 661 bytes --]

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?


Michael,

1. Download http://orgmode.org/org-5.13d.zip
2. Extract it to your home directory, in a folder such as .elisp/org
3. Add the following to your .emacs before any other org customizations.
Change the directory to match where you put org.
(add-to-list 'load-path "~/.elisp/org")
4. I think that's it.

Good luck,
Scott

[-- Attachment #1.2: Type: text/html, Size: 1043 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Upgrading org-mode--Windows
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Eddward DeVilla @ 2007-10-23 15:02 UTC (permalink / raw)
  To: dixius99; +Cc: emacs-orgmode

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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-23 15:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

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).