From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [babel] Haskell support broken Date: Mon, 15 Feb 2010 09:29:03 -0700 Message-ID: <87pr46mpio.fsf@gmail.com> References: <1266233225-sup-847@oz.taruti.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nh3oq-00011E-Jp for emacs-orgmode@gnu.org; Mon, 15 Feb 2010 11:29:08 -0500 Received: from [140.186.70.92] (port=35426 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nh3oq-00010p-00 for emacs-orgmode@gnu.org; Mon, 15 Feb 2010 11:29:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nh3op-00033Q-0p for emacs-orgmode@gnu.org; Mon, 15 Feb 2010 11:29:07 -0500 Received: from mail-iw0-f176.google.com ([209.85.223.176]:39078) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nh3oo-00033K-TE for emacs-orgmode@gnu.org; Mon, 15 Feb 2010 11:29:06 -0500 Received: by iwn6 with SMTP id 6so2881963iwn.5 for ; Mon, 15 Feb 2010 08:29:06 -0800 (PST) In-Reply-To: <1266233225-sup-847@oz.taruti.net> (Taru Karttunen's message of "Mon, 15 Feb 2010 13:30:47 +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: Taru Karttunen Cc: emacs-orgmode Hi, Thanks for reporting this, it certainly looks like it is a bug in the Haskell-specific code. I've add this to our TODO list. http://eschulte.github.com/babel-dev/ Best -- Eric Taru Karttunen writes: > Hello > > The following is broken in org-babel + Haskell: > > #+tblname: foo > | 1 | 2 | 3 | > > #+begin_src haskell :var i=foo > 1 > #+end_src > > Babel complains that "reference 'foo' not found in this buffer", > but works fine when replacing haskell with e.g. perl. > > - Taru Karttunen > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode