emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Steven Arntson <steven@stevenarntson.com>
To: emacs-orgmode@gnu.org
Subject: org-babel and lilypond broken after update
Date: Tue, 09 Sep 2014 00:06:48 -0700	[thread overview]
Message-ID: <87bnqpclx3.fsf@stevenarntson.com> (raw)

<I also posted this in emacs.help, then thought it might be better here.>

I'm an enthusiastic and error-prone new user of emacs (24.3.1) and
org-babel (org 8.2.7c). I've been using lilypond mode in the context of
org-mode documents, using the command "ly-tangle" to typeset music into
midi and pdf files. It's been working great for the past few weeks,
until today ...

I updated some packages through the package manager, including org and
org-plus-contrib, and now "M-x ly-" gives "[no match]" in the
minibuffer. I didn't mess with my .emacs at all, which contains these
lines:

;; ==== lilypond ====
(autoload 'LilyPond-mode "lilypond-mode")
(org-babel-do-load-languages
  'org-babel-load-languages
  '(
    (emacs-lisp . t)
    (sh t)
    (org t)
    (latex . t)
    (lilypond t)))

(setq ly-arrange-mode t)
(setq ly-nix-ly-path "lilypond")

I'm wondering if I put something somewhere that got clobbered when the
new versions installed in my .emacs.d/elpa folder. Or if the new version
might have a bug. Thank you, if you have any help for me!

-Steven

             reply	other threads:[~2014-09-09  7:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-09  7:06 Steven Arntson [this message]
2014-09-09  8:13 ` org-babel and lilypond broken after update Thorsten Jolitz
2014-09-09 14:33 ` Achim Gratz
2014-09-09 17:46   ` Steven Arntson
2014-09-09 18:08   ` Steven Arntson
2014-09-09 18:35     ` Achim Gratz
2014-09-09 19:40       ` 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=87bnqpclx3.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).