Re: [O] org-context at the beginning of a link

2014-11-22 Thread Alan Schmitt
On 2014-11-21 23:37, Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I'm using a function that relies on `org-element-link-parser'. According >> to the documentation, the point needs to be at the element of the link >> for it to work. > > Not what you are asking for, but it is pro

Re: [O] org-context at the beginning of a link

2014-11-21 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > I'm using a function that relies on `org-element-link-parser'. According > to the documentation, the point needs to be at the element of the link > for it to work. Not what you are asking for, but it is probably wrong to call this function directly. If you want to

[O] org-context at the beginning of a link

2014-11-21 Thread Alan Schmitt
Hello, I'm using a function that relies on `org-element-link-parser'. According to the documentation, the point needs to be at the element of the link for it to work. I wrote a small function that takes me to the beginning of a link, but it fails when the point is already at the beginning of the l