From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [PATCH] ob-lilypond.el compiler error fix org-babel-tangle not defined function Date: Fri, 08 Jul 2011 09:31:10 -0600 Message-ID: <87fwmg94ch.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfD1W-0003tr-My for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 11:31:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfD1U-0005gP-Ol for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 11:31:22 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:40238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfD1U-0005g7-40 for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 11:31:20 -0400 Received: by pwi12 with SMTP id 12so1486322pwi.0 for ; Fri, 08 Jul 2011 08:31:18 -0700 (PDT) In-Reply-To: (Matthew Sauer's message of "Fri, 8 Jul 2011 10:03:45 -0500") 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: Matthew Sauer Cc: Org Mode Mailing List I don't see this error when running make, I'm using the Emacs git head, perhaps this is Emacs version specific? -- Eric Matthew Sauer writes: > --- > diff --git a/lisp/ob-lilypond.el b/lisp/ob-lilypond.el > index 6971a69..5a08ca4 100644 > --- a/lisp/ob-lilypond.el > +++ b/lisp/ob-lilypond.el > @@ -30,6 +30,7 @@ > ;;; Code: > (require 'ob) > (require 'ob-eval) > +(require 'ob-tangle) ;;compiler requesting fun org-babel-tangle > (defalias 'lilypond-mode 'LilyPond-mode) > > (declare-function show-all "outline" ()) > --- > -- Eric Schulte http://cs.unm.edu/~eschulte/