Explorar o código

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

Matthew Sauer %!s(int64=14) %!d(string=hai) anos
pai
achega
4693a3632f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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" ())