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:34:17 +0200 Message-ID: <87zkkou6py.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfD3x-0004PS-Bm for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 11:33:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfD3v-0006CR-S9 for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 11:33:53 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:43111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfD3v-0006C8-FK for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 11:33:51 -0400 Received: by fxd18 with SMTP id 18so1989373fxd.39 for ; Fri, 08 Jul 2011 08:33:50 -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 Hi Matthew, 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" ()) Applied, thanks! -- Bastien