From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: updating org-mode on Windows Date: Wed, 06 Aug 2008 20:39:30 +0200 Message-ID: <4899EFE2.5070705@gmx.de> References: Reply-To: sebastian_rose@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQnuX-0001mS-46 for emacs-orgmode@gnu.org; Wed, 06 Aug 2008 14:39:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQnuT-0001lW-Go for emacs-orgmode@gnu.org; Wed, 06 Aug 2008 14:39:00 -0400 Received: from [199.232.76.173] (port=52568 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQnuT-0001lT-56 for emacs-orgmode@gnu.org; Wed, 06 Aug 2008 14:38:57 -0400 Received: from mail.gmx.net ([213.165.64.20]:38284) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KQnuS-0004CK-H7 for emacs-orgmode@gnu.org; Wed, 06 Aug 2008 14:38:56 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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