David Maus <maus.da...@gmail.com> writes: > 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 >
I don't know if this is the same problem but exporting, to HTML, the following #+begin_src org [[http://petition.stopsoftwarepatents.eu/831004564935/][http://petition.stopsoftwarepatents.eu/banner/831004564935/ssp-362-60.gif]] #+end_src generates the following HTML: --8<---------------cut here---------------start------------->8--- <a href="http://petition.stopsoftwarepatents.eu/831004564935/">@<img src="http://petition.stopsoftwarepatents.eu/banner/831004564935/ssp-362-60.gif"/></a> --8<---------------cut here---------------end--------------->8--- Note the spurious "@" introduced before the =<img= tag. This only seems to be affecting my links to images, as far as I can tell. Thanks, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.5 (release_7.5.74.g294dc)