emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Baoqiu Cui <cbaoqiu@yahoo.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: Compilation error about org-protecting-blocks
Date: Sun, 14 Jun 2009 09:40:04 +0200	[thread overview]
Message-ID: <EA243090-9E89-42E9-B6E8-FF126695768F@gmail.com> (raw)
In-Reply-To: <bychbyjqni2.fsf@muchbodyking-lm.gateway.2wire.net>


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

      reply	other threads:[~2009-06-14  7:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-14  5:42 Compilation error about org-protecting-blocks Baoqiu Cui
2009-06-14  6:05 ` Carsten Dominik
2009-06-14  6:22   ` Baoqiu Cui
2009-06-14  6:28     ` Carsten Dominik
2009-06-14  7:32       ` Baoqiu Cui
2009-06-14  7:40         ` Carsten Dominik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EA243090-9E89-42E9-B6E8-FF126695768F@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=cbaoqiu@yahoo.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).