On Mo, Nov 09 2009, Bernt Hansen wrote:

> henry atting <nsmp...@online.de> 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


_______________________________________________
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

Reply via email to