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:59:09 +0200 Message-ID: <87bnrj6fma.fsf@gmail.com> References: <87tx5ci78d.fsf@stevenarntson.com> <87egwg6xxt.fsf@gmail.com> <871tsgxg84.fsf@stevenarntson.com> <874mxc6qi7.fsf@gmail.com> <87tx5bvrq4.fsf@stevenarntson.com> <87mwb36gxl.fsf@gmail.com> <871tsfsx82.fsf@stevenarntson.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIpkq-0004ce-2r for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 21:59:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XIpkj-00045w-Is for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 21:59:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:40854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIpkj-00045s-C5 for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 21:59:25 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XIpkh-0006vb-VW for emacs-orgmode@gnu.org; Sun, 17 Aug 2014 03:59:23 +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:59:23 +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:59:23 +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: > Thorsten Jolitz writes: > >> 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? > > Yes, it's working from there. I'm befuddled. I tried changing the path > to "/usr/local/lilypond/bin" and also "/usr/local/lilypond/usr/bin" > thinking maybe the system needed a little more guidance, but neither of > these worked. what if you simply move the liliypond binary to where ob-lilypond expects it or set a symlink to "/usr/bin/lilypond"? -- cheers, Thorsten