From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steven Arntson Newsgroups: gmane.emacs.help Subject: what'd I do now - babel and lilypond Date: Mon, 08 Sep 2014 19:15:42 -0700 Message-ID: <87ppf5cze9.fsf@stevenarntson.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1410228992 7422 80.91.229.3 (9 Sep 2014 02:16:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2014 02:16:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 09 04:16:26 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XRAyk-00059h-CQ for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Sep 2014 04:16:22 +0200 Original-Received: from localhost ([::1]:46588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRAyj-0000QX-Ub for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Sep 2014 22:16:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRAyS-0000PI-QQ for help-gnu-emacs@gnu.org; Mon, 08 Sep 2014 22:16:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRAyL-0001IB-4G for help-gnu-emacs@gnu.org; Mon, 08 Sep 2014 22:16:04 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:38600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRAyK-0001I2-Tc for help-gnu-emacs@gnu.org; Mon, 08 Sep 2014 22:15:57 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XRAyJ-0004ub-4l for help-gnu-emacs@gnu.org; Tue, 09 Sep 2014 04:15:55 +0200 Original-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 04:15:55 +0200 Original-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 04:15:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 97-113-57-213.tukw.qwest.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:7nFmWBLsowZ7ghMZbyzg10cU4Kc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99714 Archived-At: 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