On Thu, Jan 31, 2008 at 06:39:19PM +0100, Bastien wrote: > Carsten Dominik <[EMAIL PROTECTED]> writes: > >> On Thu, Jan 31, 2008 at 06:43:25AM +0100, Carsten Dominik wrote: > >>> Yes, plain links are terminated by (among other) comma. > >>> > >>> Please enclose such links into <...> or [[...]]] > >> > >> Ah, OK thanks! Just curious - what's the reasoning behind excluding > >> commas? > > > > So that you can write > > > > Popular search engines are http://google.com, http://yahoo.com, and > > http://ask.com > > So URLs should just exclude commas that are followed by a whitespace or > a line break, not all commas - right?
Hmm, good point! > Anyway, I guess 99% of URLs are enclosed in brackets, Not true here, by a long shot! $ egrep -c 'https?://' */TODO.org work/TODO.org:78 personal/TODO.org:180 $ egrep -c '[<[]https?://' */TODO.org work/TODO.org:8 personal/TODO.org:50 So that's 58 out of 258 enclosed in brackets, which is 22.5%. > so it might not be worth being fussy on this... s/not be// ;-) _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode