From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: [BUG] in org-element-link-parser (lilypond file does not export to latex) Date: Sat, 01 Mar 2014 12:58:55 +0100 Message-ID: <874n3i3zb4.fsf@gmail.com> References: <87zjlad8ei.fsf@gmail.com> <87zjlapc38.fsf@gmail.com> <87k3ce470j.fsf@gmail.com> <87ob1qp2os.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJiYb-0005rK-IK for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 06:58:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJiYT-0007W1-S6 for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 06:58:17 -0500 Received: from plane.gmane.org ([80.91.229.3]:53367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJiYT-0007VX-L9 for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 06:58:09 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WJiYR-0007vS-F0 for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 12:58:07 +0100 Received: from e178063227.adsl.alicedsl.de ([85.178.63.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Mar 2014 12:58:07 +0100 Received: from tjolitz by e178063227.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Mar 2014 12:58:07 +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 Nicolas Goaziou writes: > Thorsten Jolitz writes: > >> This is the first code block of the original .org file with one link >> (that could not be exported really, because it was evaluated on >> another machine so the eps did not really exist on my machine. But the >> org parser choked with this kind of result-links: >> >> >> #+begin_src org >> #+TITLE: Modes in the Key of C >> #+DATE: >> #+OPTIONS: timestamp:nil num:nil toc:nil >> #+LaTeX_HEADER: \usepackage[cm]{fullpage} >> * Ionian Mode >> Lorem ipsum dolor sit amet >> #+LaTeX: \linebreak >> #+ATTR_LaTeX: width=17cm >> #+begin_src lilypond :file ionian.eps :noweb yes >> >> <> >> \relative c' { >> c d e f g a b c b a g f e d c d >> e f g a b c b a g f e d c1 >> } >> #+end_src >> >> >> #+results[0c21e5c5bd30d880d2bd230aa09b7613c2554835]: >> [[file:ionian.eps]] >> #+end_src > > I still don't get any export error. Neither on maint nor on master. Strangely enough, I cannot reproduce this error anymore today, although it was there yesterday. So ... sorry for the noise. -- cheers, Thorsten