Re: managing aggressive link activation within lines?

2019-12-22 Thread Nicolas Goaziou
Nicolas Goaziou writes: > IMO, it would be more productive to think about what can be done in your > situation instead. For example, one solution could be to require "[[" to > be escaped in a link (current syntax already requires closing brackets > to be escaped in some situations). I'm not yet s

Re: managing aggressive link activation within lines?

2019-12-19 Thread Nicolas Goaziou
Hello, Matt Price writes: > Ah, interesting. That makes a lot of sense. Would it be unworkably > destructive for me to revert the link syntax locally ? I have no particular > need for the new functionality and the current situation has been a > significant cognitive burden, not least because I

Re: managing aggressive link activation within lines?

2019-12-19 Thread Matt Price
On Thu, Dec 19, 2019 at 2:55 AM Nicolas Goaziou wrote: > Hello, > > Matt Price writes: > > > MWE: > > test.org: > > -- > > This is a paragraph with [[https://google.com][a link]] > > --- > > steps to reproduce: > > > > put cursor at beginning of file and type ~[[~. The paragraph text will > >

Re: managing aggressive link activation within lines?

2019-12-18 Thread Nicolas Goaziou
Hello, Matt Price writes: > MWE: > test.org: > -- > This is a paragraph with [[https://google.com][a link]] > --- > steps to reproduce: > > put cursor at beginning of file and type ~[[~. The paragraph text will > collapse into the link definition, and (point) will move to the ~a~ in ~a > link~

managing aggressive link activation within lines?

2019-12-18 Thread Matt Price
Hi everyone, Not sure if this has always been an issue but with a pretty recent org git and emacs-git, I'm running into a usability issue with org-activiate-links. MWE: test.org: -- This is a paragraph with [[https://google.com][a link]] --- steps to reproduce: put cursor at beginning of file a