Re: link can not be created in a line with another link.

2024-05-03 Thread Ihor Radchenko
Max Nikulin writes: > On 02/05/2024 18:15, Ihor Radchenko wrote: >> May you try the attached patch (on top of the latest main)? >> Does it feel better? > > I see regressions only (Emacs 28). > > [[#foo]] > [[#bar]] > > SPC causes permanent appearance of square brackets for [[#foo]]. That's minor

Re: link can not be created in a line with another link.

2024-05-03 Thread Max Nikulin
On 02/05/2024 18:15, Ihor Radchenko wrote: May you try the attached patch (on top of the latest main)? Does it feel better? I see regressions only (Emacs 28). [[#foo]] [[#bar]] SPC causes permanent appearance of square brackets for [[#foo]]. I do not like flashes especially since they do not

Re: link can not be created in a line with another link.

2024-05-02 Thread Ihor Radchenko
Max Nikulin writes: > I have a more weird example. Consider you are going to get > > - [[#foo]] and [[#bar]] > > starting from > > - [[#bar]] > > There is no problem till > > - [[#foo[[#bar]] > > However in response to "]" point is moved after "[" > > - [[#foo][[#bar]] > > that is displayed as >

Re: link can not be created in a line with another link.

2024-05-01 Thread Ihor Radchenko
Alexandros Prekates writes: > I give a couple of examples that i think highligth some foggy semantics > of links. > > In the example below . is the pointer and single quotes is for > recognized links and $ for the start of the line. > >$[[foo]]. >$'foo'. >$.'foo' // here while

Re: link can not be created in a line with another link.

2024-05-01 Thread Alexandros Prekates
On Mon, 29 Apr 2024 13:19:15 + Ihor Radchenko wrote: > Alexandros Prekates writes: > > > The same behavior happens with emacs -Q. > > > > Having <> and <> anchors somewhere in an org file > > in a line a have an internal link : > > > > bla [[foo]] > > > > If i add : > > [[boo]] bla [[foo]]

Re: link can not be created in a line with another link.

2024-05-01 Thread Alexandros Prekates
On Wed, 1 May 2024 17:59:11 +0700 Max Nikulin wrote: > On 29/04/2024 19:45, Alexandros Prekates wrote: > > > > The same behavior happens with emacs -Q. > > > > bla [[foo]] > > > > If i add : > > [[boo]] bla [[foo]] > > org will create the two links. > > > > But if i add: > > [[boo][ bla [[fo

Re: link can not be created in a line with another link.

2024-05-01 Thread Max Nikulin
On 29/04/2024 19:45, Alexandros Prekates wrote: The same behavior happens with emacs -Q. bla [[foo]] If i add : [[boo]] bla [[foo]] org will create the two links. But if i add: [[boo][ bla [[foo]] with the intention to type: [[boo][description]] bla [[foo]] then what i will get is: a link t

Re: link can not be created in a line with another link.

2024-04-29 Thread Alexandros Prekates
On Mon, 29 Apr 2024 13:19:15 + Ihor Radchenko wrote: > For you workflow, it may be more convenient to set > `org-link-descriptive' to nil. Then, Org mode will not hide the path > part of the links and you can edit the plain text as you wish without > being distracted by Org mode trying to det

Re: link can not be created in a line with another link.

2024-04-29 Thread Ihor Radchenko
Alexandros Prekates writes: > The same behavior happens with emacs -Q. > > Having <> and <> anchors somewhere in an org file > in a line a have an internal link : > > bla [[foo]] > > If i add : > [[boo]] bla [[foo]] > org will create the two links. > > But if i add: > [[boo][ bla [[foo]] > wit

Re: link can not be created in a line with another link.

2024-04-29 Thread Alexandros Prekates
On Sun, 28 Apr 2024 12:40:44 + Ihor Radchenko wrote: > Alexandros Prekates writes: > > > In the example below i underline to show that a link has been > > created. > > > > Given that lines : > > > > [[sysadmInstallSoftware a [[deb][deb package]] > > [[sysadmInstallSoftware adeb pack

Re: link can not be created in a line with another link.

2024-04-28 Thread Ihor Radchenko
Alexandros Prekates writes: > In the example below i underline to show that a link has been created. > > Given that lines : > > [[sysadmInstallSoftware a [[deb][deb package]] > [[sysadmInstallSoftware adeb package > --- > If i try to complete the le

link can not be created in a line with another link.

2024-04-27 Thread Alexandros Prekates
Emacs : GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.16.0) of 2023-09-11, modified by Debian Package: Org mode version 9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/) In the example below i underline to show that a link has been created. Given