Hi, Bastien's patch looks good and/but introduces a regression: The commit that started all this trobule -- 163cd58ffd6461c98a96b1b63a3cf082b2825a52 -- fixed a problem with exporting links with a description that contained an ISO Date. The current problem can be located in `org-html-do-expand' which uses the regexp "@<\\([^&]*\\)>" to remove protection from elements. Obviously this function was never meant to deal with links :|
I think we should accept the regression, restore the old behaviour and find a better solution for the problem I tried to solve in the first place. Best, -- David