From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kelvin Hu Subject: Bug: html quoting tags are transformed after exporting [8.0.2 (8.0.2-10-g3e1d83-elpa @ d:/SDTs/Emacs/lisp/org/)] Date: Fri, 17 May 2013 22:49:29 +0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b10cea113f0c304dceb17c8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdLyO-00048E-0P for emacs-orgmode@gnu.org; Fri, 17 May 2013 10:49:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdLyM-0002Lp-Ky for emacs-orgmode@gnu.org; Fri, 17 May 2013 10:49:31 -0400 Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]:60957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdLyM-0002Li-BT for emacs-orgmode@gnu.org; Fri, 17 May 2013 10:49:30 -0400 Received: by mail-ie0-f172.google.com with SMTP id 16so9347191iea.17 for ; Fri, 17 May 2013 07:49:29 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --047d7b10cea113f0c304dceb17c8 Content-Type: text/plain; charset=UTF-8 Hi all, First of all, I am really appreciate your good work - org mode. Currently I meet something wrong when I am trying to export an org buffer into html, as org manual described(http://orgmode.org/org.html#Quoting-HTML-tags), html tags quoted with "@" should be exported as tags, but not transformed to "<" and ">". Now assume we have following contents: *- @some text@* then I do exporting with following code(executed in that org buffer): *(org-export-as 'html nil nil t nil)* the output is: *
  • @<a href="somewhere">some text@</a>
* As you see, the quoted tag "" is exported as transformed but not original html tag. Hope my description is not ambiguous, and it can do a little help for you to fix this issue. Thanks & Regards, Kelvin Emacs : GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-18 on MARVIN Package: Org-mode version 8.0.2 (8.0.2-10-g3e1d83-elpa @ d:/SDTs/Emacs/lisp/org/) --047d7b10cea113f0c304dceb17c8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi all,

First of all, I am really appreciate your g= ood work - org mode.

Currently I meet something wrong when I am tryi= ng to export an org
buffer into html, as org manual
described(
http://orgmode.org/org.h= tml#Quoting-HTML-tags), html tags
quoted with "@" should be exported as tags, but not transformed t= o
"&lt;" and "&gt;". Now assume we have fol= lowing contents:

- @<a href=3D"somewhere">some te= xt@</a>

then I do exporting with following code(executed in that org buffer):
(org-export-as 'html nil nil t nil)

the output is:<= br>
<ul class=3D"org-ul">
<li>@&lt;a hre= f=3D"somewhere"&gt;some text@&lt;/a&gt;
</li>
</ul>


As you see, the quoted tag "<= a>" is exported as transformed but not
original html tag.
Hope my description is not ambiguous, and it can do a little help for
you to fix this issue.

Thanks & Regards,
Kelvin


Em= acs=C2=A0 : GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601)
=C2=A0of 2013-03-18= on MARVIN
Package: Org-mode version 8.0.2 (8.0.2-10-g3e1d83-elpa @ d:/S= DTs/Emacs/lisp/org/)

--047d7b10cea113f0c304dceb17c8--