Re: [Orgmode] Export issue of URL when the text begins with a date‏

2011-02-27 Thread David Maus
At Mon, 31 Jan 2011 19:45:29 +0100, Bastien wrote: > > David Maus writes: > > > Attached patch factors out the link handling part of > > `org-export-as-html' in a separat function which takes the processed > > line and the exporting options as arguments and returns the possibly > > modified line.

Re: [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-31 Thread Bastien
David Maus writes: > Attached patch factors out the link handling part of > `org-export-as-html' in a separat function which takes the processed > line and the exporting options as arguments and returns the possibly > modified line. Having the link handling in a separate function makes > it way

[Accepted] [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-31 Thread Bastien Guerry
Patch 565 (http://patchwork.newartisans.com/patch/565/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C87sjwae2ar.wl%25dmaus%40ictsoc.de%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf

Re: [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-30 Thread David Maus
At Mon, 17 Jan 2011 18:55:54 +0100, Bastien wrote: > > David Maus writes: > > >> It seems that such a non-regression test base and script do not > >> exist. However that would be good to have in order to check that any > >> correction does not break anything. > > > > That's exactly what the testin

Re: [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-17 Thread Bastien
David Maus writes: >> It seems that such a non-regression test base and script do not >> exist. However that would be good to have in order to check that any >> correction does not break anything. > > That's exactly what the testing framework[1] could and should do. > I've just not figured out h

Re: [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-14 Thread David Maus
At Fri, 14 Jan 2011 22:12:07 +0100, Vincent Belaïche wrote: > Thank-you David again for carrying out this correction. By the way, I > noticed in the source tree that has a test base, that there is some > testing sub-directory. I was expecting that there would be a list of > > testNN.org > testNN.t

RE: [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-14 Thread Vincent Belaïche
[...] >> >> My understanding is that the bug resides in this very expression. > >Thanks for the investigation. As it turned out the problem was not >with the regular expression but with the order in which different >pieces of Org mode markup were processed by `org-export-as-html'. >First the e

Re: [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-13 Thread David Maus
At Thu, 13 Jan 2011 23:00:30 +0100, Vincent Belaïche wrote: > > Hello, > > I have made some invesitgation, and I found that the problem happens in > the call of function org-export-as-html. On line 522 of this function, > this is the following line: > > (while (string-match org-bracket-link-anal

[Orgmode] Export issue of URL when the text begins with a date‏

2011-01-13 Thread Vincent Belaïche
Hello, I have made some invesitgation, and I found that the problem happens in the call of function org-export-as-html. On line 522 of this function, this is the following line: (while (string-match org-bracket-link-analytic-regexp++ line start) When the line containing the link is processed, th