From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou 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 19:56:47 +0200 Message-ID: <8761ygf9y8.fsf@gmail.com> References: <874ne1nii1.fsf@ericabrahamsen.net> <87zjvtm3ho.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdlN9-0001mJ-Tz for emacs-orgmode@gnu.org; Sat, 18 May 2013 13:56:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdlN8-0005gx-Qh for emacs-orgmode@gnu.org; Sat, 18 May 2013 13:56:47 -0400 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:45108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdlN8-0005gt-Jp for emacs-orgmode@gnu.org; Sat, 18 May 2013 13:56:46 -0400 Received: by mail-wg0-f45.google.com with SMTP id n12so340992wgh.12 for ; Sat, 18 May 2013 10:56:45 -0700 (PDT) In-Reply-To: <87zjvtm3ho.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sat, 18 May 2013 10:22:11 +0800") 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Hello, Eric Abrahamsen writes: > Eric Abrahamsen writes: > >> 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 > > A documentation patch to that effect... Applied, with a slight twist, as the syntax is not limited to simple tags. Thank you. Regards, -- Nicolas Goaziou