emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug in HTML export


From: Bastien
Subject: Re: [O] Bug in HTML export
Date: Sat, 29 Oct 2011 14:18:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

Hi Pavel,

Pavel Panchekha <address@hidden> writes:

> Ampersands in #+AUTHOR: declarations are not correctly escaped by
> Org-mode.
>
> To reproduce, export:
>
> #+AUTHOR: a & b
>
> You'll find the line
>
> <meta name="author" content="a & b"/>
>
> in the output, but it should be
>
> <meta name="author" content="a &amp; b"/>
>
> 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



reply via email to

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