From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: Requests about the code demarcation Date: Thu, 30 Sep 2010 16:19:53 -0600 Message-ID: <87hbh6ho1i.fsf@gmail.com> References: <878w2xfllt.fsf@gmail.com> <877hihdqtz.fsf@gmail.com> <87fwx4sco2.fsf@gmail.com> <87iq20p473.fsf@stats.ox.ac.uk> <4C9865B2.1040103@christianmoe.com> <871v8nfd2i.fsf@gmail.com> <4C98C2A8.1080709@christianmoe.com> <87mxrb40d8.fsf@stats.ox.ac.uk> <87eicnaz3y.fsf@gmail.com> <87sk0zqnpe.fsf_-_@mundaneum.com> <87ocbj1g0t.fsf@gmail.com> <87tyl75c5y.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=49066 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1RTr-0006op-RS for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 18:20:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1RTq-0006BY-Ow for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 18:19:59 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:46202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1RTq-0006BU-Lt for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 18:19:58 -0400 Received: by iwn33 with SMTP id 33so4630375iwn.0 for ; Thu, 30 Sep 2010 15:19:57 -0700 (PDT) In-Reply-To: <87tyl75c5y.fsf@Rainer.invalid> (Achim Gratz's message of "Thu, 30 Sep 2010 20:17:13 +0200") 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: Achim Gratz Cc: emacs-orgmode@gnu.org Fixed, Thanks -- Eric Achim Gratz writes: > "Eric Schulte" writes: >> Thanks for the suggestions, I've just implemented them. > > This likely relates to commit eb0068e9, which raises this warning > > In org-babel-demarcate-block: > ob.el:1141:49:Warning: reference to free variable `org-babel-load-languages' > > during byte-compile. > > > Achim.