From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Arntson Subject: Re: where Babel looks for binaries? Date: Sun, 17 Aug 2014 10:16:25 -0700 Message-ID: <87wqa7kpee.fsf@stevenarntson.com> References: <87tx5ci78d.fsf@stevenarntson.com> <87egwg6xxt.fsf@gmail.com> <871tsgxg84.fsf@stevenarntson.com> <874mxc6qi7.fsf@gmail.com> <87tx5bvrq4.fsf@stevenarntson.com> <87mwb38vnu.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJ44U-0001X5-VR for emacs-orgmode@gnu.org; Sun, 17 Aug 2014 13:16:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJ44P-0006aE-7M for emacs-orgmode@gnu.org; Sun, 17 Aug 2014 13:16:46 -0400 Received: from plane.gmane.org ([80.91.229.3]:56298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJ44P-0006ZG-10 for emacs-orgmode@gnu.org; Sun, 17 Aug 2014 13:16:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XJ44N-0000Eb-My for emacs-orgmode@gnu.org; Sun, 17 Aug 2014 19:16:39 +0200 Received: from 75-165-108-235.tukw.qwest.net ([75.165.108.235]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Aug 2014 19:16:39 +0200 Received: from steven by 75-165-108-235.tukw.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Aug 2014 19:16: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 Achim Gratz writes: > Steven Arntson writes: >> I reverted the change to ob-lilypond.el and did as you suggested, adding >> >> (setq ly-nix-ly-path "/usr/local/lilypond") > > I don't think that path points to an actual lilypond executable, but is > rather an installation directory. Since it would seem you have lilypond > in PATH on your system, you might rather try just "lilypond" (or check > which lilypond you're actually using by doing a "which lilypond" on the > command line). > > Regards, > Achim. That did it---I changed my init.el to read: (setq ly-nix-ly-path "lilypond") And it works like a charm. Thank you! steven