Re: [O] How to stop Org mode from assuming non-Latin characters after "[[link]]" as part of the link?

2012-08-19 Thread Takaaki ISHIKAWA
Dear Betty, I have the same problem. To avoid it, I just simply comment out the following line in org.el. ; (if (memq 'plain lk) '(org-activate-plain-links)) I think this approach is not the best answer for all, but this will help you. Best regards, Takaaki Ishikawa On 2012/08/17, at 1:01, Be

Re: [O] How to stop Org mode from assuming non-Latin characters after "[[link]]" as part of the link?

2012-08-19 Thread Bastien
Hi Betty, Betty writes: > If I don't put a space after a URL, Org always assumes that all > characters after the link are part of the link. This should be fixed now. Thanks for reporting this, -- Bastien

[O] How to stop Org mode from assuming non-Latin characters after "[[link]]" as part of the link?

2012-08-16 Thread Betty
If I don't put a space after a URL, Org always assumes that all characters after the link are part of the link. For example, if I write [[http://example.com]]asdf Org will think the URL is "http://example.com]]asdf"; while it should be "http://example.com";. In English there is usually a space aft