On Fri, Jul 25, 2008 at 3:03 PM, Carsten Dominik <dominik@uva.nl> wrote:

On Jul 25, 2008, at 12:58 PM, charles snyder wrote:

Hi

For those few who are not yet very emacs savvy -- in follow up to the original post:

on my windows xp (work machine)GNU Emacs 23.0.60.1 (included is 5.23 org mode)

1. I downloaded and unzipped org-6.06a to

"c:/Documents and Settings/csnyder/Desktop/Archive/orgmode/org-6.06a/"

2. I then added to the top of my .emacs file (I assume this is how you "make
sure that Emacs looks at the new directory before checking its own directories"?:

(add-to-list 'load-path "c:/Documents and
Settings/csnyder/Desktop/Archive/orgmode/org-6.06a/");; latest orgmode

The load path needs to point to the "lisp/" sub directory.

- Carsten

Thanks! that fixed it.

cls