[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] ob-lilypond.el compiler error fix org-babel-tangle not d
From: |
Eric Schulte |
Subject: |
Re: [O] [PATCH] ob-lilypond.el compiler error fix org-babel-tangle not defined function |
Date: |
Fri, 08 Jul 2011 09:31:10 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
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 <address@hidden> 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/