From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug in HTML export Date: Sat, 29 Oct 2011 14:18:24 +0200 Message-ID: <8739ec7zzj.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK7qu-0002Kq-C9 for emacs-orgmode@gnu.org; Sat, 29 Oct 2011 08:17:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RK7qs-0006Up-Bs for emacs-orgmode@gnu.org; Sat, 29 Oct 2011 08:17:32 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:52247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK7qr-0006Tv-VB for emacs-orgmode@gnu.org; Sat, 29 Oct 2011 08:17:30 -0400 Received: by wyg34 with SMTP id 34so5676149wyg.0 for ; Sat, 29 Oct 2011 05:17:29 -0700 (PDT) In-Reply-To: (Pavel Panchekha's message of "Mon, 26 Sep 2011 02:24:28 -0400") 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: Pavel Panchekha Cc: emacs-orgmode@gnu.org Hi Pavel, Pavel Panchekha writes: > Ampersands in #+AUTHOR: declarations are not correctly escaped by > Org-mode. > > To reproduce, export: > > #+AUTHOR: a & b > > You'll find the line > > > > in the output, but it should be > > > > The same problem occurs with other special characters in author > declarations, and also in #+DATE: declarations. > > This is breaking the "XHTML 1.0 Strict" claim. This is now fixed, thanks. -- Bastien