From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Active Timestamps in HTML Export [8.3.4 (8.3.4-28-gf9464d-elpa @ c:/Users/xxxx/AppData/Roaming/.emacs.d/elpa/org-20160328/)] Date: Wed, 30 Mar 2016 17:19:28 +0200 Message-ID: <87zitg2dtr.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alHs1-0002Qb-Uo for emacs-orgmode@gnu.org; Wed, 30 Mar 2016 11:17:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alHs0-0002Wk-Vd for emacs-orgmode@gnu.org; Wed, 30 Mar 2016 11:17:21 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:59513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alHs0-0002Wa-FE for emacs-orgmode@gnu.org; Wed, 30 Mar 2016 11:17:20 -0400 In-Reply-To: (Keith Sutton's message of "Mon, 28 Mar 2016 08:57:36 -0700") 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: Keith Sutton Cc: emacs-orgmode@gnu.org Hello, Keith Sutton writes: > With HTML export and org-export-with-planning t, no translation is done in > org-html-planning to convert the angle brackets of an active timestamp to > < and >. This gets shown by some browsers anyway, but is swallowed > and ignored by others. > > Expected behavior: active timestamps have characters properly turned into > HTML entities. > > Actual behavior: active timestamps retain angle brackets and therefore the > HTML produced does not validate. > > Suggested remedy: use org-html-plain-text to convert the output of > org-timestamp-translate to HTML. Fixed. Thank you. Regards, -- Nicolas Goaziou