emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [babel] bug exporting code blocks to html


From: Martin G. Skjæveland
Subject: [Orgmode] [babel] bug exporting code blocks to html
Date: Fri, 26 Feb 2010 13:52:19 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Hi,

when I export

-----------------------------------start
* test
#+begin_src xml -n -r -l "<!--(ref:%s)-->"
<test>
  <important/> <!--(ref:imp)-->
</test>
#+end_src

Line no. [[(imp)]] is important!
-----------------------------------end

to html I get (copying from my browser)

-----------------------------------start
1 test

1:  <test>
2:    <important/> <!--(ref:imp)-->
3:  </test>

Line no. nil is important!
-----------------------------------end

I would like "<!--(ref:imp)-->" in line 2 of the block to be removed from output and the last line to read "Line no. 2 is important!".

Thanks!

Martin




reply via email to

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