Pārlūkot izejas kodu

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

Matthew Sauer 14 gadi atpakaļ
vecāks
revīzija
4693a3632f
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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" ())