emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Bug in HTML export


From: Pavel Panchekha
Subject: [O] Bug in HTML export
Date: Mon, 26 Sep 2011 02:24:28 -0400

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.

- Pavel Panchekha


reply via email to

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