emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* updating org-mode on Windows
@ 2008-08-05 20:30 chick knick
  2008-08-06 18:39 ` Sebastian Rose
  0 siblings, 1 reply; 2+ messages in thread
From: chick knick @ 2008-08-05 20:30 UTC (permalink / raw)
  To: emacs-orgmode


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

Hello,

I'm running Emacs 22.2.1 on WinXP.  I've downloaded and unzipped the latest
Org files (6.06b), and have modified the load-path line in my .emacs file as
follows -

(add-to-list 'load-path "c:/path/to/org-6.06b/lisp/")

This is at the top of my .emacs file so it should read this line first.
However, Emacs is still loading the old version (5.23a) of Org.  I've
searched extensively on this, and it appears that this load-path line should
do the trick, but it's not working.  Any thoughts?  Thanks in advance.

[-- Attachment #1.2: Type: text/html, Size: 618 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] 2+ messages in thread

* Re: updating org-mode on Windows
  2008-08-05 20:30 updating org-mode on Windows chick knick
@ 2008-08-06 18:39 ` Sebastian Rose
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Rose @ 2008-08-06 18:39 UTC (permalink / raw)
  To: [emacs-orgmode]

Hi Chick,


chick knick schrieb:
> Hello,
> 
> I'm running Emacs 22.2.1 on WinXP.  I've downloaded and unzipped the 
> latest Org files (6.06b), and have modified the load-path line in my 
> .emacs file as follows -
> 
> (add-to-list 'load-path "c:/path/to/org-6.06b/lisp/")


This adds the element to the end of the list I think.

Try:

(setq load-path (cons "c:/path/to/org-6.06b/lisp/" load-path))

Does that help?


Regards,
   Sebastian

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

end of thread, other threads:[~2008-08-06 18:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-05 20:30 updating org-mode on Windows chick knick
2008-08-06 18:39 ` Sebastian Rose

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