From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [babel bug]: cannot export examples which contain the word 'call' Date: Tue, 08 Nov 2011 20:04:48 -0700 Message-ID: <87mxc6f12n.fsf@gmail.com> References: <87sjlyf9m2.wl%n142857@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNyT7-0001OU-8R for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 22:04:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNyT6-0007mI-4G for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 22:04:53 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:47999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNyT6-0007mE-1B for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 22:04:52 -0500 Received: by iaae16 with SMTP id e16so1519357iaa.0 for ; Tue, 08 Nov 2011 19:04:51 -0800 (PST) In-Reply-To: <87sjlyf9m2.wl%n142857@gmail.com> (Daniel Clemente's message of "Wed, 09 Nov 2011 01:00:21 +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: Daniel Clemente Cc: org-mode Mailinglist Hi, Thanks for reporting this issue, I've just pushed up a fix. Cheers -- Eric Daniel Clemente writes: > Hi, > with latest org, the header at the end of this mail cannot be exported = due to this error: > > signal(error ("reference '_' not found in this buffer")) > error("reference '%s' not found in this buffer" "_") > org-babel-ref-resolve("_()") > org-babel-ref-parse("results=3D_()") > #[(el) A:\203A\207\30A!\207" [el org-babel-ref-parse] 2]((:var . "resul= ts=3D_()")) > mapcar(#[(el) A:\203 A\207\30A!\207" [el org-babel-ref-parse] 2] ((:var= . "results=3D_()"))) > org-babel-process-params(((:comments . "") (:shebang . "") (:cache > . "no") (:padline . "") (:noweb . "no") (:tangle . "no") (:exports > . "results") (:results . "replace") (:var . "results=3D_()") (:session > . "none") (:hlines . "no") (:padnewline . "yes"))) > > > It is due to the word =E2=80=9Ecall=E2=80=9C which appears in the middl= e. If you > avoid the word =E2=80=9Ecall=E2=80=9C, it exports. > > > > > > * a test > #+BEGIN_EXAMPLE > (Pdb) p fingerprint > 'adi\xc3\xb3s' > (Pdb) bt > /tmp/testbzr-YrnJ8d.tmp/bzrlib.tests.workingtree_implementations.test_p= arents.TestSetParents.test_utf8_symlink(WorkingTreeFormat4)/work/bzr(130)() > -> test(result) > /usr/lib/python2.5/unittest.py(281)__call__() > -> return self.run(*args, **kwds) > /Werkstatt/bzr/bug_24yt5/bzrlib/tests/__init__.py(1293)run() > #+END_EXAMPLE > > > > > > > > Greetings, > Daniel > --=20 Eric Schulte http://cs.unm.edu/~eschulte/