فهرست منبع

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

Matthew Sauer 14 سال پیش
والد
کامیت
4693a3632f
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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" ())