From mboxrd@z Thu Jan 1 00:00:00 1970 From: henry atting Subject: Re: org version from git Date: Tue, 10 Nov 2009 09:00:45 +0100 Message-ID: <87hbt2vmfm.fsf@online.de> References: <87639jr7x8.fsf@online.de> <87r5s78xgg.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7ldv-000201-Sw for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 02:59:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7ldr-0001xZ-Au for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 02:59:59 -0500 Received: from [199.232.76.173] (port=38118 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7ldr-0001xW-7b for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 02:59:55 -0500 Received: from mx20.gnu.org ([199.232.41.8]:17659) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N7ldq-0003hY-LP for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 02:59:54 -0500 Received: from moutng.kundenserver.de ([212.227.17.8]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7ldp-0006yr-2T for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 02:59:53 -0500 In-Reply-To: <87r5s78xgg.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Mon, 09 Nov 2009 11:38:55 -0500") 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: Bernt Hansen Cc: emacs-orgmode@gnu.org, henry atting On Mo, Nov 09 2009, Bernt Hansen wrote: > henry atting writes: > >> I use the development version from git. >> Since some time org-version shows >> >> Org-mode version 6.31a >> >> Though I pulled constantly... > > Mine shows > Org-mode version 6.32trans (release_6.32b.127.g471c2) > > Are you using old compiled versions instead of your recently pulled > source maybe? I have these lines in my ~/.emacs: (defconst elisp-path '("~/emacs+")) (mapcar '(lambda(p) (add-to-list 'load-path p) (cd p) (normal-top-level-add-subdirs-to-load-path)) elisp-path) I thought this would load all subdirs, e.g. including ~/emacs+/org_git/lisp. But it does not, so only the builtin org version is loaded. henry -- http://literaturlatenight.de