emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH] ob-lilypond.el compiler error fix org-babel-tangle not defin


From: Matthew Sauer
Subject: [O] [PATCH] ob-lilypond.el compiler error fix org-babel-tangle not defined function
Date: Fri, 8 Jul 2011 10:03:45 -0500

---
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" ())
---

Attachment: ob-lilypond.el.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]