Re: [Orgmode] bug exporting code blocks to html

2010-03-23 Thread Carsten Dominik
On Mar 22, 2010, at 7:40 PM, Eric Schulte wrote: Hi Martin, This appears to be a bug in org-mode at large, rather than anything specifically babel related. notice that the following slight alteration of your new reference syntax works as expected #+begin_src xml -n -r -l "ref:%s" ref:i

Re: [Orgmode] bug exporting code blocks to html

2010-03-22 Thread Eric Schulte
Hi Martin, This appears to be a bug in org-mode at large, rather than anything specifically babel related. notice that the following slight alteration of your new reference syntax works as expected #+begin_src xml -n -r -l "ref:%s" ref:imp #+end_src Line no. [[(imp)]] is important! Best -