From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Bug: html quoting tags are transformed after exporting [8.0.2 (8.0.2-10-g3e1d83-elpa @ d:/SDTs/Emacs/lisp/org/)] Date: Sat, 18 May 2013 10:12:38 +0800 Message-ID: <874ne1nii1.fsf@ericabrahamsen.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdWdo-0008Ej-8N for emacs-orgmode@gnu.org; Fri, 17 May 2013 22:13:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdWdj-00054o-2V for emacs-orgmode@gnu.org; Fri, 17 May 2013 22:13:00 -0400 Received: from plane.gmane.org ([80.91.229.3]:41835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdWdi-00054e-RP for emacs-orgmode@gnu.org; Fri, 17 May 2013 22:12:54 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UdWdh-0001aB-SQ for emacs-orgmode@gnu.org; Sat, 18 May 2013 04:12:53 +0200 Received: from 114.250.120.47 ([114.250.120.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 May 2013 04:12:53 +0200 Received: from eric by 114.250.120.47 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 May 2013 04:12:53 +0200 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 Kelvin Hu writes: > 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@ The syntax for this has changed, now any backend-specific blocks can be exported with @@backend:foo@@. So yours should be: @@html:some text@@ The manual's wrong, I think: if you look at the ascii or latex export sections they mention this syntax, but it looks like html got left behind. Yours, Eric > 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/)