From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Compilation error about org-protecting-blocks Date: Sun, 14 Jun 2009 09:40:04 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFkKB-0006yK-RO for emacs-orgmode@gnu.org; Sun, 14 Jun 2009 03:40:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFkK7-0006wU-1c for emacs-orgmode@gnu.org; Sun, 14 Jun 2009 03:40:19 -0400 Received: from [199.232.76.173] (port=58064 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFkK6-0006wR-VB for emacs-orgmode@gnu.org; Sun, 14 Jun 2009 03:40:14 -0400 Received: from ey-out-1920.google.com ([74.125.78.149]:26832) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFkK6-0001k4-J1 for emacs-orgmode@gnu.org; Sun, 14 Jun 2009 03:40:14 -0400 Received: by ey-out-1920.google.com with SMTP id 3so410827eyh.24 for ; Sun, 14 Jun 2009 00:40:13 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Baoqiu Cui Cc: emacs-orgmode@gnu.org 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