emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Re: can't export custom time stamps


From: David Maus
Subject: Re: [O] Re: can't export custom time stamps
Date: Sun, 13 Mar 2011 20:49:20 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

At Fri, 11 Mar 2011 10:10:08 +0100,
Daniel Clemente wrote:
>
>
> I tracked down this problem to this commit:
>
>
>  163cd58ffd6461c98a96b1b63a3cf082b2825a52 is the first bad commit
>  commit 163cd58ffd6461c98a96b1b63a3cf082b2825a52
>  Author: David Maus <address@hidden>
>  Date:   Fri Jan 14 06:37:52 2011 +0100
>
>      Handle timestamps after handling links

Thanks for tracking this down.  I just pushed two commits that should
fix the problem.

The first reverts

commit ca69b556241ae904c5f291c98a6453f4ce830557
Author: Jason Dunsmore <address@hidden>
Date:   Tue Feb 1 17:46:57 2011 +0100

    Fix bug when exporing inactive timestamps.

    * org-html.el (org-html-handle-time-stamps): fix bug when
    exporing inactive timestamps.

This commit addressed the problem introduced by
163cd58ffd6461c98a96b1b63a3cf082b2825a52 but in a way that is
incompatible with the "right" fix.

My faulty commit not just changed the order of handling links and
handling timestamps but also prevented the left angle bracket of an
active timestamp from beeing protected from conversion to a HTML
character entity (i.e. &lt;).

The (hopefully) final fix moves expanding character entities after
handling links and timestamps.

Best,
  -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... address@hidden
Email..... address@hidden

Attachment: pgpx6l7_qAJ8q.pgp
Description: PGP signature


reply via email to

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