emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Steven Arntson <steven@stevenarntson.com>
To: emacs-orgmode@gnu.org
Subject: Re: where Babel looks for binaries?
Date: Sat, 16 Aug 2014 18:18:27 -0700	[thread overview]
Message-ID: <87tx5bvrq4.fsf@stevenarntson.com> (raw)
In-Reply-To: 874mxc6qi7.fsf@gmail.com

Thorsten Jolitz <tjolitz@gmail.com> writes:

> Steven Arntson <steven@stevenarntson.com> writes:
>
>> Thorsten Jolitz <tjolitz@gmail.com> writes:
>>
>>> Steven Arntson <steven@stevenarntson.com> 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]
>>> `----
>>>
>>> ?
>>
>> I changed ly-nix-ly-path in ob-lilypond.el to "/usr/local/lilypond". I
>> restarted emacs, ran "ly-tangle" and again got the message of "no such
>> file or directory, /usr/bin/lilypond." But my change is still there in
>> the file, so it must be looking somewhere else, too?
>
> Thats because there is probably a compiled ob-lilypond.elc that wasn't
> updated and is loaded instead - right?
>
>> I also wonder: is it a good idea for me to be meddling in a file like
>> "ob-lilypond"? Will any changes I make be reverted when I get an update
>> from the emacs package manager?
>
> Not such a good idea, you should rather put 
>
> ,----
> | (setq ly-nix-ly-path "/usr/local/lilypond")
> `----
>
> or whatever in your init file and revert the changes in
> ob-lilypond.el. If you want to hack the library, better clone its git
> repo and create your own branch for experimenting.
>
>> I am a beginner here, so thank you for your help!
>
> 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.

Thank you for all of your help. I feel like I'm inching forward here
... !

  reply	other threads:[~2014-08-17  1:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-16 19:07 where Babel looks for binaries? Steven Arntson
2014-08-16 19:23 ` Thorsten Jolitz
2014-08-16 21:43   ` Steven Arntson
2014-08-16 22:04     ` Thorsten Jolitz
2014-08-17  1:18       ` Steven Arntson [this message]
2014-08-17  1:30         ` Thorsten Jolitz
2014-08-17  1:47           ` Steven Arntson
2014-08-17  1:59             ` Thorsten Jolitz
2014-08-17  6:41         ` Achim Gratz
2014-08-17 17:16           ` Steven Arntson
2014-08-17 18:00             ` Steven Arntson
2014-08-17 18:14               ` Achim Gratz
2014-08-17 21:20                 ` Steven Arntson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tx5bvrq4.fsf@stevenarntson.com \
    --to=steven@stevenarntson.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).