Browse Source

Fix ob-lilypond.el compiler error: org-babel-tangle undefined function

Matthew Sauer 13 years ago
parent
commit
4693a3632f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/ob-lilypond.el

+ 1 - 0
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" ())