New bug: emacs-lisp fails when reference is a literal number.

This commit is contained in:
Dan Davison 2009-07-16 16:24:50 -04:00
parent 4fa9c162d9
commit 3382a0ea8b

View file

@ -2032,6 +2032,11 @@ the same for the other languages. [Dan]
at the end of e.g. org-babel-R-evaluate, org-babel-python-evaluate, but
not org-babel-ruby-evaluate
** results branch bugs
*** TODO elisp reference fails for literal number
#+srcname: elisp-test(a=4)
#+begin_src emacs-lisp
(message a)
#+end_src
*** TODO use new merge function [[file:lisp/org-babel-ref.el::t%20nil%20org%20combine%20plists%20args%20nil][here]] and [[file:lisp/org-babel.el::params%20org%20combine%20plists%20params%20third%20info][here]]?
And at other occurrences of org-combine-plists?
*** TODO LoB: with output to buffer, not working in buffers other than library-of-babel.org