emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Installing on windows


From: Sebastian Rose
Subject: Re: [Orgmode] Installing on windows
Date: Sat, 07 Feb 2009 00:30:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux)

Chris McMahan <address@hidden> writes:
> You were adding to the end of the load path, and emacs was using the
> first copy it came to (the one included in emacs).
>
> You could try something like this instead...
>
>
> (setq load-path-orig load-path)
> (setq load-path
>       (append
>        (list
>         ("D:/Software/office/emacs/org-6.21b/org-6.21b/lisp"))
>        load-path-orig))))


that is:


(setq load-path (cons "/usr/local/share/emacs/site-lisp/" load-path))


:)

Regards,

  Sebastian

-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Http:  www.emma-stil.de




reply via email to

[Prev in Thread] Current Thread [Next in Thread]