On Jun 14, 2009, at 9:32 AM, Baoqiu Cui wrote:
Here is a patch to Makefile to fix this (just switch the order of two
directories):
diff --git a/Makefile b/Makefile
index e867e6b..9b48c98 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,8 @@ infodir = $(prefix)/share/info
# Using emacs in batch mode.
BATCH=$(EMACS) -batch -q -no-site-file -
eval \
- "(progn (add-to-list (quote load-path) (expand-file-name \"./lisp/
\")) \
- (add-to-list (quote load-path) \"$(lispdir)\"))"
+ "(progn (add-to-list (quote load-path) \"$(lispdir)\") \
+ (add-to-list (quote load-path) (expand-file-name \"./lisp/
\")))"
# Specify the byte-compiler for compiling org-mode files
ELC= $(BATCH) -f batch-byte-compile
Please let me know if this is a good fix.
Yes. Applied, thanks.
- Carsten
Thanks,
Baoqiu
_______________________________________________
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
_______________________________________________
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