Hello Carsten,

I updated org-mode and realized that the Makefile fix that we had
applied a while back was reverted. I did a search on the mailing list
and found the following thread:

http://www.mail-archive.com/emacs-orgmode@gnu.org/msg03374.html

which might have been the reason for reverting this, but I believe
that the correct thing is to do as:

http://www.mail-archive.com/emacs-orgmode@gnu.org/msg03380.html

That is, have both the cwd and lispdir in the list to load-path.
Currently, I have the following and it is working:

BATCH=$(EMACS) -batch -q -eval                             \
 "(progn (add-to-list (quote load-path) \".\")             \
         (add-to-list (quote load-path) \"$(lispdir)\"))"

Thanks,
--Miguel


_______________________________________________
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