From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Problem with dates while generating HTML Date: Mon, 05 Mar 2012 11:32:07 -0500 Message-ID: <2710.1330965127@alphaville> References: <87obsbrpu9.fsf@iro.umontreal.ca> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4apr-0002cD-NK for emacs-orgmode@gnu.org; Mon, 05 Mar 2012 11:32:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4apk-0002kY-SP for emacs-orgmode@gnu.org; Mon, 05 Mar 2012 11:32:31 -0500 Received: from g4t0016.houston.hp.com ([15.201.24.19]:1582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4apk-0002i7-Na for emacs-orgmode@gnu.org; Mon, 05 Mar 2012 11:32:24 -0500 In-Reply-To: Message from pinard@iro.umontreal.ca (=?us-ascii?Q?=3D=3Futf-?= =?us-ascii?Q?8=3FQ=3FFran=3DC3=3DA7ois=3F=3D?= Pinard) of "Mon\, 05 Mar 2012 11\:10\:22 EST." <87obsbrpu9.fsf@iro.umontreal.ca> 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: =?us-ascii?Q?=3D=3Futf-8=3FQ=3FFran=3DC3=3DA7?= =?us-ascii?Q?ois=3F=3D?= Pinard Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Fran=C3=A7ois Pinard wrote: >=20 > Given the following header contents: >=20 > * Probl=C3=A8me date > - [[file:2012-02-29.org::*Notes][2012-02-29]] > - [[file:2012-02-29.org::*Notes][Du 2012-02-29]] >=20 > here is how it is shown in the Web browser after publishing: >=20 >=20 > I added "Du " as a prefix to get going, but the ideal would be to > directly use 2012-02-29 as the link description. Is there a way, or is > it a limitation (or a bug)? >=20 [2012-02-29] looks like an inactive date, as well as the description of a link. I presume the ambiguity causes this problem, so you somehow have to disambiguate it. Prefixing it with Du (or just about anything, including a space) is one way to do that. So a limitation certainly - a bug? Maybe, maybe not. Nick