Browse Source

Added bug: blank srcname takes srcname from next line

Dan Davison 16 years ago
parent
commit
afa694acf0
1 changed files with 10 additions and 1 deletions
  1. 10 1
      org-babel.org

+ 10 - 1
org-babel.org

@@ -2989,7 +2989,16 @@ dot("$(2a,0)$",(2,0),N+E);
 *** DONE sh
 
 
-* Bugs [39/43]
+* Bugs [39/44]
+** TODO blank srcname takes srcname from next line
+#+srcname: 
+#+begin_src R :session *R*
+5
+#+end_src
+
+#+resname: #+begin_src
+: 5
+
 ** DONE stripping indentation from source-code blocks
 This is a problem in [[file:lisp/org-babel-exp.el][org-babel-exp.el]].