From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martyn Jago Subject: Re: Bugs in lisp/ob-lilypond.el Date: Mon, 21 Nov 2011 22:44:52 +0000 Message-ID: References: <34A65569-4229-42FE-B4D4-D78012E59031@beds.ac.uk> <9D50F3F1-CE72-467C-ABEF-C2AF211E7666@beds.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RScbw-0001C1-TX for emacs-orgmode@gnu.org; Mon, 21 Nov 2011 17:45:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RScbs-00030j-3C for emacs-orgmode@gnu.org; Mon, 21 Nov 2011 17:45:12 -0500 Received: from lo.gmane.org ([80.91.229.12]:47822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RScbr-000307-LX for emacs-orgmode@gnu.org; Mon, 21 Nov 2011 17:45:08 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RScbq-000181-Iz for emacs-orgmode@gnu.org; Mon, 21 Nov 2011 23:45:06 +0100 Received: from 88-96-171-138.dsl.zen.co.uk ([88.96.171.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Nov 2011 23:45:06 +0100 Received: from martyn.jago by 88-96-171-138.dsl.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Nov 2011 23:45:06 +0100 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 Martyn Jago writes: Hi Torsten > Hi Torston > > Torsten Anders writes: > >> Also, the setting results: silent seems to be ignored. >> >> Best wishes, >> Torsten >> >> >> On 19 Nov 2011, at 15:22, Torsten Anders wrote: >> >>> Dear Martyn Jago, dear all, >>> >>> I just pulled the latest version of Org mode and noticed a few bugs >>> in the Lilypond support of Org babel that have not been there in the >>> previous version (so far I was still using version 7.6). >>> >>> In general, there seems to be problems in parsing the line that starts #+begin_src lilypond. More specifically, >>> >>> - Global :noweb settings are now ignored >>> - Any settings after the setting :file will be added to output file name! >>> - Settings after :noweb yes cause trouble (disable this setting) >>> > > Thanks for the heads-up Torsten - there have been many changes to the > bare-metal Org as you probably are aware. Your observations will come in > very useful to sort out the transition to the new improved order (which > I am totally in favor of by the way), and the details you provide will > prove very useful. > > Certainly consider checking out a `less hot' release to get working > again ( i.e. git checkout release_7.7 ). In the mean-time I will work on > compatibility (tomorrow hopefully) - and better regression tests. > > Great to hear you're making use of ob-lilypond by the way! > > Best, Martyn > >>> Again, thanks for lisp/ob-lilypond.el in the first place. (Apologies for miss-spelling your name previously). I'm not seeing this. I've updated my examples to embrace the standard source block syntax, and everything seems to be working for me - which probably means I haven't considered your use-case. I've also moved my ob-lilypond documentation to Worg (but appear to have broken the Worg build mechanism, so that is little help here), but it would be useful to know if the examples at http://github.com/mjago/ob-lilypond/examples work for you. Some more detail would be useful - could you provide: - a broken sample - Emacs version - Lilypond version? Also are you using arrange-mode (C-h v ly-arrange-mode . Nil is no). Regarding the `standard source block syntax', ensure that any #+srcname or #+source commands are replaced with #+name, and update to the very latest Org if you leave space in a `:var something = something-else' assignment as I tend to do. Best, Martyn >>> >>> Best wishes, >>> Torsten >>> >>> -- >>> Dr Torsten Anders >>> Course Leader, Music Technology >>> University of Bedfordshire >>> Park Square, Room A315 >>> torsten.anders@beds.ac.uk >>> http://strasheela.sourceforge.net >>> http://www.torsten-anders.de >>> >>> >>> >>> >>> >>> >>>