From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: where Babel looks for binaries? Date: Sat, 16 Aug 2014 21:23:26 +0200 Message-ID: <87egwg6xxt.fsf@gmail.com> References: <87tx5ci78d.fsf@stevenarntson.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIjZs-0002k9-GU for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 15:23:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XIjZl-0000y3-5u for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 15:23:48 -0400 Received: from plane.gmane.org ([80.91.229.3]:59861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIjZk-0000xw-VS for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 15:23:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XIjZj-0004S6-Ej for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 21:23:39 +0200 Received: from g231111238.adsl.alicedsl.de ([92.231.111.238]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Aug 2014 21:23:39 +0200 Received: from tjolitz by g231111238.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Aug 2014 21:23:39 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Steven Arntson writes: > I'm using org-babel to enter lilypond code for music typesetting. I had > an old version of lilypond from the Ubuntu repos installed in > /usr/bin. This worked, but the version was getting old. I installed the > latest stable version from the lilypond.org website, and it ended up in > /usr/local. I removed (apt-get remove) the repo version. Now when I do > ly-tangle, I get: > > ly-compile-lilyfile: Searching for program: no such file or directory, > /usr/bin/lilypond > > I tried to "customize-variable" on "ly-compile-lilyfile" but there's > no match. > > How do I change where org looks for this program? Maybe ,----[ C-h v ly-nix-ly-path RET ] | ly-nix-ly-path is a variable defined in `ob-lilypond.el'. | Its value is "/usr/bin/lilypond" | | Documentation: | Not documented as a variable. | | [back] `---- ? -- cheers, Thorsten