emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [babel bug]: cannot export examples which contain the word 'call'


From: Daniel Clemente
Subject: [O] [babel bug]: cannot export examples which contain the word 'call'
Date: Wed, 09 Nov 2011 01:00:21 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.0.91 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]