emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-babel and lilypond broken after update
@ 2014-09-09  7:06 Steven Arntson
  2014-09-09  8:13 ` Thorsten Jolitz
  2014-09-09 14:33 ` Achim Gratz
  0 siblings, 2 replies; 7+ messages in thread
From: Steven Arntson @ 2014-09-09  7:06 UTC (permalink / raw)
  To: emacs-orgmode

<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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-09-09 19:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-09  7:06 org-babel and lilypond broken after update Steven Arntson
2014-09-09  8:13 ` 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

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).