From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: where Babel looks for binaries? Date: Sun, 17 Aug 2014 03:30:46 +0200 Message-ID: <87mwb36gxl.fsf@gmail.com> References: <87tx5ci78d.fsf@stevenarntson.com> <87egwg6xxt.fsf@gmail.com> <871tsgxg84.fsf@stevenarntson.com> <874mxc6qi7.fsf@gmail.com> <87tx5bvrq4.fsf@stevenarntson.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIpJK-000141-5Q for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 21:31:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XIpJD-0006Zo-TG for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 21:31:06 -0400 Received: from plane.gmane.org ([80.91.229.3]:44117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIpJD-0006Zj-Mx for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 21:30:59 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XIpJC-0006Wv-9X for emacs-orgmode@gnu.org; Sun, 17 Aug 2014 03:30:58 +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 ; Sun, 17 Aug 2014 03:30:58 +0200 Received: from tjolitz by g231111238.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Aug 2014 03:30:58 +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 would say try the above, i.e. restore ob-lilypond.el and set the >> variable in you init file. Alternatively you could delete the >> ob-lilypond.elc and the do M-x byte-compile-file on the modified >> ob-lilypond.el, but I would not recommend mess around in libraries for >> customizations. > > I reverted the change to ob-lilypond.el and did as you suggested, adding > > (setq ly-nix-ly-path "/usr/local/lilypond") > > It's now looking in the right place, but still won't tangle the file > when I run ly-tangle. The message in the minibuffer is: > > ly-compile-lilyfile: Searching for program: resource temporarily > unavailable, /usr/local/lilypond > > The use of "temporarily" is certainly intriguing! I quit out of emacs > and restarted, but am still getting the message. hmm ... does it work without emacs? did you try to use lilypond from the commandline? -- cheers, Thorsten