emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [bug] problem with org-install.el paths


From: Eric S Fraga
Subject: [O] [bug] problem with org-install.el paths
Date: Wed, 22 Jun 2011 14:49:07 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Hello,

for some reason, recently I have had problems getting emacs to autoload
different bits of org when required.  I've tracked this down to my
org-install file having entries like this:

: (autoload 'org-babel-do-load-languages "lisp/org" " ..." t nil)
: (autoload 'org-agenda "lisp/org-agenda" "..." t nil)

Note the =lisp/org= and =lisp/org-agenda= paths.  I would have expected
these to be simply =org= and =org-agenda=.

I have removed org-install.el (=make cleanall= specifically) and done
=make all=.  The file that is created has those entries.

These entries obviously do not work well with my usual:

: (add-to-list 'load-path "~/git/org-mode/lisp")
: (add-to-list 'load-path "~/git/org-mode/contrib/lisp")

so I have had to add a number of explicit '(require org-xxx) lines in my
config.  Should I remove the "lisp" part from the first line?  If so,
the documentation in the manual is out of sync with the behaviour
required:

: (setq load-path (cons "~/path/to/orgdir/lisp" load-path))

I am tracking Emacs development so am using a fairly recent snapshot of
emacs 24.0.50.0.  Could this be the problem?

Thanks,
eric

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.5 (release_7.5.418.ge860.dirty)



reply via email to

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