From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Error escaping '<' and '>' in HTML export Date: Sat, 12 Jan 2013 14:57:58 +0100 Message-ID: <87y5fy7bbt.fsf@bzg.ath.cx> References: <87fw26y1y9.fsf@hati.baby-gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu1b6-000622-6w for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 08:58:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tu1az-0001fU-IN for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 08:58:08 -0500 Received: from mail-wg0-f47.google.com ([74.125.82.47]:38999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu1az-0001fL-Bz for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 08:58:01 -0500 Received: by mail-wg0-f47.google.com with SMTP id dq11so1247117wgb.26 for ; Sat, 12 Jan 2013 05:58:00 -0800 (PST) In-Reply-To: <87fw26y1y9.fsf@hati.baby-gnu.org> (Daniel Dehennin's message of "Sat, 12 Jan 2013 14:18:22 +0100") 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: Daniel Dehennin Cc: emacs-orgmode@gnu.org Daniel Dehennin writes: > I tried to export as HTML some script I made and found that the exporter > do not handle correctly URL in the form '' like in > the GPL licence notice when followed by a line containing '>' Fixed, thanks. The problem was part of htmlize.el. If you cannot get latest Org from git master, use this workaround: (setq htmlize-generate-hyperlinks nil) Thanks, -- Bastien