Re: [O] Bug: link formating problem [9.0.5 (9.0.5-elpaplus @ /Users/mistkafka/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-28 Thread Nicolas Goaziou
Hello, Chunyang Xu writes: > Subject: [PATCH] Exclude '[' and ']' in `org-plain-link-re' > > * lisp/org.el (org-make-link-regexps): Do it. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug: link formating problem [9.0.5 (9.0.5-elpaplus @ /Users/mistkafka/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-27 Thread Chunyang Xu
Nicolas Goaziou writes: > Hello, > > Chunyang Xu writes: > >> I changed `org-plain-link-re' to make it not longer think "[" and "]" >> are valid characters in a URL, which solves the problem. > > Thank you. > > I solved the problem differently, but

Re: [O] Bug: link formating problem [9.0.5 (9.0.5-elpaplus @ /Users/mistkafka/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-27 Thread Achim Gratz
Chunyang Xu writes: > Sure, I will do that when it is possible (Right now, I can not git-clone > org-mode's repository, > > ~$ git clone git://orgmode.org/org-mode.git > Cloning into 'org-mode'... > fatal: read error: Connection reset by peer Cloning via http still works, so try that

Re: [O] Bug: link formating problem [9.0.5 (9.0.5-elpaplus @ /Users/mistkafka/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-27 Thread Chunyang Xu
Nicolas Goaziou writes: > Hello, > > Chunyang Xu writes: > >> I changed `org-plain-link-re' to make it not longer think "[" and "]" >> are valid characters in a URL, which solves the problem. > > Thank you. > > I solved the problem differently, but

Re: [O] Bug: link formating problem [9.0.5 (9.0.5-elpaplus @ /Users/mistkafka/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-27 Thread Kaushal Modi
On Fri, May 26, 2017 at 6:04 AM Nicolas Goaziou wrote: > I solved the problem differently, but your suggestion still makes sense. > Would you mind making it a proper patch, using "git format-patch", with > a proper commit message? Don't forget to add TINYCHANGE cookie at

Re: [O] Bug: link formating problem [9.0.5 (9.0.5-elpaplus @ /Users/mistkafka/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-26 Thread Nicolas Goaziou
Hello, Chunyang Xu writes: > I changed `org-plain-link-re' to make it not longer think "[" and "]" > are valid characters in a URL, which solves the problem. Thank you. I solved the problem differently, but your suggestion still makes sense. Would you mind making it a

Re: [O] Bug: link formating problem [9.0.5 (9.0.5-elpaplus @ /Users/mistkafka/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-26 Thread Chunyang Xu
I changed `org-plain-link-re' to make it not longer think "[" and "]" are valid characters in a URL, which solves the problem. diff -u --label /Users/xcy/.emacs.d/elpa-25.2.1/org-plus-contrib-20170515/org.el --label \#\

Re: [O] Bug: link formating problem [9.0.5 (9.0.5-elpaplus @ /Users/mistkafka/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-26 Thread Chunyang Xu
Kaushal Modi writes: > On Wed, May 24, 2017 at 9:50 AM Chunyang Xu wrote: > >> >> Nicolas Goaziou writes: >> >> > Hello, >> > >> > 林镇国 writes: >> > >> >> When I insert a link to my note, such as“这是一个[[link][链接]]啦~”, >> >> the

Re: [O] Bug: link formating problem [9.0.5 (9.0.5-elpaplus @ /Users/mistkafka/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-24 Thread Kaushal Modi
On Wed, May 24, 2017 at 9:50 AM Chunyang Xu wrote: > > Nicolas Goaziou writes: > > > Hello, > > > > 林镇国 writes: > > > >> When I insert a link to my note, such as“这是一个[[link][链接]]啦~”, > >> the text after the link, "啦~", will be formatting as link style. >

Re: [O] Bug: link formating problem [9.0.5 (9.0.5-elpaplus @ /Users/mistkafka/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-24 Thread Chunyang Xu
Nicolas Goaziou writes: > Hello, > > 林镇国 writes: > >> When I insert a link to my note, such as“这是一个[[link][链接]]啦~”, >> the text after the link, "啦~", will be formatting as link style. > > FWIW, I cannot reproduce it, i.e., only "链接" appears with a link face. I can

Re: [O] Bug: link formating problem [9.0.5 (9.0.5-elpaplus @ /Users/mistkafka/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-23 Thread Nicolas Goaziou
Hello, 林镇国 writes: > When I insert a link to my note, such as“这是一个[[link][链接]]啦~”, > the text after the link, "啦~", will be formatting as link style. FWIW, I cannot reproduce it, i.e., only "链接" appears with a link face. Regards, -- Nicolas Goaziou

[O] Bug: link formating problem [9.0.5 (9.0.5-elpaplus @ /Users/mistkafka/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-14 Thread 林镇国
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.