Just to to add one vote for including commas in the urls by default
(at least in some cases); I often copy long links directly from the
browser and have this problem quite often.

> >> So URLs should just exclude commas that are followed by a whitespace
> >> or a line break, not all commas - right?
>
> > Yes, but this is harder to do with a regexp.  I wish Emacs had look-
> > ahead assertions like perl.

What about saying that a url cannot end with a comma, but can contain
commas?  Something like [a-z,]*[a-z] (this is a big big simplication!).

Piotr


_______________________________________________
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

Reply via email to