From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: =?UTF-8?B?UmU6IG9iLWxpbHlwb25kIGFuZCAnU3ltYm9s4oCZcyBmdW5jdGlv?= =?UTF-8?B?biBkZWZpbml0aW9uIGlzIHZvaWQ6IG9yZy1iYWJlbC1nZXQtaGVhZGVyJw==?= Date: Tue, 21 Aug 2018 21:30:23 +0200 Message-ID: <871sarh60g.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fsENX-0000kA-9I for emacs-orgmode@gnu.org; Tue, 21 Aug 2018 17:39:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fsEMv-0002UC-PZ for emacs-orgmode@gnu.org; Tue, 21 Aug 2018 17:39:19 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:43645) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fsEMr-0002PO-VN for emacs-orgmode@gnu.org; Tue, 21 Aug 2018 17:39:15 -0400 In-Reply-To: (Henrik Frisk's message of "Sun, 29 Jul 2018 12:59:34 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Henrik Frisk Cc: emacs-orgmode@gnu.org Hello, Henrik Frisk writes: > I have been trying out ob-lilypond and it works really well, except for t= he > arrange mode. Any attempt to run ly-tangle results in 'Symbol=E2=80=99s f= unction > definition is void: org-babel-get-header' and so does an attempt to export > a file, such as the example file, in basic mode to html for instance. > > I was thinking it was related to sh/shell since this appears to be a comm= on > issue with regard to this error, but the ob-lilypond does not appear to u= se > any reference to sh (the doc for ob-lilypond does). I also tried to load > ob-core as was suggested in some post but that didn't work either. > > Other tangle other languages works fine. > > Any suggestions? `org-babel-get-header' was removed in Org 9.0 and current ob-lilypond.el doesn't call this function. My guess is you are mixing a new Org release with an old "ob-lilypond.el". Regards, --=20 Nicolas Goaziou