From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] ob-lilypond.el compiler error fix org-babel-tangle not defined function Date: Fri, 08 Jul 2011 17:59:02 +0200 Message-ID: <8762ncu5kp.fsf@gnu.org> References: <87fwmg94ch.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfDRv-00020Y-23 for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 11:58:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfDRt-0001qe-Ft for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 11:58:38 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:65212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfDRt-0001qW-4P for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 11:58:37 -0400 Received: by fxd18 with SMTP id 18so2010481fxd.39 for ; Fri, 08 Jul 2011 08:58:36 -0700 (PDT) In-Reply-To: <87fwmg94ch.fsf@gmail.com> (Eric Schulte's message of "Fri, 08 Jul 2011 09:31:10 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: Matthew Sauer , Org Mode Mailing List Eric Schulte writes: > I don't see this error when running make, I'm using the Emacs git head, > perhaps this is Emacs version specific? I don't think so: in ob-lilypond.el, the `ly-tangle' function calls `org-babel-tangle', so requiring ob-tangle.el seems the right thing to do here. No? -- Bastien