* [babel bug]: cannot export examples which contain the word 'call'
@ 2011-11-09 0:00 Daniel Clemente
2011-11-09 3:04 ` Eric Schulte
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Clemente @ 2011-11-09 0:00 UTC (permalink / raw)
To: org-mode Mailinglist
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=_()")
#[(el) A:\203A\207\30A!\207" [el org-babel-ref-parse] 2]((:var . "results=_()"))
mapcar(#[(el) A:\203 A\207\30A!\207" [el org-babel-ref-parse] 2] ((:var . "results=_()")))
org-babel-process-params(((:comments . "") (:shebang . "") (:cache . "no") (:padline . "") (:noweb . "no") (:tangle . "no") (:exports . "results") (:results . "replace") (:var . "results=_()") (:session . "none") (:hlines . "no") (:padnewline . "yes")))
It is due to the word „call“ which appears in the middle. If you avoid the word „call“, it exports.
* a test
#+BEGIN_EXAMPLE
(Pdb) p fingerprint
'adi\xc3\xb3s'
(Pdb) bt
/tmp/testbzr-YrnJ8d.tmp/bzrlib.tests.workingtree_implementations.test_parents.TestSetParents.test_utf8_symlink(WorkingTreeFormat4)/work/bzr(130)<module>()
-> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [babel bug]: cannot export examples which contain the word 'call'
2011-11-09 0:00 [babel bug]: cannot export examples which contain the word 'call' Daniel Clemente
@ 2011-11-09 3:04 ` Eric Schulte
0 siblings, 0 replies; 2+ messages in thread
From: Eric Schulte @ 2011-11-09 3:04 UTC (permalink / raw)
To: Daniel Clemente; +Cc: org-mode Mailinglist
Hi,
Thanks for reporting this issue, I've just pushed up a fix.
Cheers -- Eric
Daniel Clemente <n142857@gmail.com> 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=_()")
> #[(el) A:\203A\207\30A!\207" [el org-babel-ref-parse] 2]((:var . "results=_()"))
> mapcar(#[(el) A:\203 A\207\30A!\207" [el org-babel-ref-parse] 2] ((:var . "results=_()")))
> org-babel-process-params(((:comments . "") (:shebang . "") (:cache
> . "no") (:padline . "") (:noweb . "no") (:tangle . "no") (:exports
> . "results") (:results . "replace") (:var . "results=_()") (:session
> . "none") (:hlines . "no") (:padnewline . "yes")))
>
>
> It is due to the word „call“ which appears in the middle. If you
> avoid the word „call“, it exports.
>
>
>
>
>
> * a test
> #+BEGIN_EXAMPLE
> (Pdb) p fingerprint
> 'adi\xc3\xb3s'
> (Pdb) bt
> /tmp/testbzr-YrnJ8d.tmp/bzrlib.tests.workingtree_implementations.test_parents.TestSetParents.test_utf8_symlink(WorkingTreeFormat4)/work/bzr(130)<module>()
> -> 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
>
--
Eric Schulte
http://cs.unm.edu/~eschulte/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-09 3:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 0:00 [babel bug]: cannot export examples which contain the word 'call' Daniel Clemente
2011-11-09 3:04 ` Eric Schulte
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).