all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* what'd I do now - babel and lilypond
@ 2014-09-09  2:15 Steven Arntson
  2014-09-09  6:59 ` Thorsten Jolitz
  0 siblings, 1 reply; 2+ messages in thread
From: Steven Arntson @ 2014-09-09  2:15 UTC (permalink / raw)
  To: help-gnu-emacs

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. Thank you, if you
have any help for me!

-Steven




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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-09  2:15 what'd I do now - babel and lilypond Steven Arntson
2014-09-09  6:59 ` Thorsten Jolitz

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.