From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Sebold Subject: Table (with timestamps) HTML export bug Date: Mon, 03 Nov 2008 09:41:28 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kx1Yd-0001PY-EA for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 10:41:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kx1Yc-0001P8-2c for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 10:41:35 -0500 Received: from [199.232.76.173] (port=36133 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kx1Yb-0001P5-Pf for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 10:41:33 -0500 Received: from nf-out-0910.google.com ([64.233.182.189]:39914) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kx1Ya-0000my-W7 for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 10:41:33 -0500 Received: by nf-out-0910.google.com with SMTP id c7so1239857nfi.26 for ; Mon, 03 Nov 2008 07:41:31 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I noticed a bug that seems to have crept in over the weekend, but I can't quite make out where it came from. In a table like this: ------------------------------------------------------------------------ | Date | Index1 | Index2 | |------------------+--------+--------| | <2008-11-01 Sat> | 100 | 150 | | <2008-11-02 Sun> | 110 | 140 | | <2008-11-03 Mon> | 120 | 145 | ------------------------------------------------------------------------ If you export to HTML, you'll see the span before the timestamps with HTML entities for the < and > characters, rather than having them converted back. It's as if we're missing an org-html-expand or an org-html-do-expand somewhere. -- Charles Sebold 3rd of November, 2008 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode 6.10c