From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Arntson Subject: org-babel and lilypond broken after update Date: Tue, 09 Sep 2014 00:06:48 -0700 Message-ID: <87bnqpclx3.fsf@stevenarntson.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRFW9-0001LF-W9 for emacs-orgmode@gnu.org; Tue, 09 Sep 2014 03:07:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRFW2-0001j3-G6 for emacs-orgmode@gnu.org; Tue, 09 Sep 2014 03:07:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:35369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRFW2-0001iv-9Z for emacs-orgmode@gnu.org; Tue, 09 Sep 2014 03:07:02 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XRFW0-00038t-Ov for emacs-orgmode@gnu.org; Tue, 09 Sep 2014 09:07:00 +0200 Received: from 97-113-57-213.tukw.qwest.net ([97.113.57.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Sep 2014 09:07:00 +0200 Received: from steven by 97-113-57-213.tukw.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Sep 2014 09:07:00 +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 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