Tom Roche <tom_ro...@pobox.com> writes:

> I've been using org-mode for a couple weeks now and am mostly very
> impressed (not to mention occasionally overwhelmed). I have noticed
> one bug, however, which
>
> 0 might just be me, so perhaps other folks can try to reproduce it
>
> 1 is probably in browse-url, so I'm not sure how to report it
>
> Anyway, the behavior concerns the following link:
>
> http://dx.doi.org/10.1016/S1352-2310(01)00429-0
>
> 0 When I paste the link from my browser into an org-mode buffer, only
>   the part before the first '('

I think the parenthesis should be URL encoded to be a valid URL.

Change ( to %28 and ) to %29 and you get 

http://dx.doi.org/10.1016/S1352-2310%2801%2900429-0

which works for me (at least it doesn't 404 anymore)

Gnus also stops the fontification at the ( so I don't think this is
org-mode specific.

-Bernt


_______________________________________________
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