emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: Compilation error about org-protecting-blocks


From: Carsten Dominik
Subject: Re: [Orgmode] Re: Compilation error about org-protecting-blocks
Date: Sun, 14 Jun 2009 09:40:04 +0200


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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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