Re: [O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread Eric S Fraga
On Friday, 22 Mar 2019 at 13:06, Joost Kremers wrote: > I'm pretty sure the regex is created automatically. I only needed to > do this: Yes, I was confused... -- Eric S Fraga via Emacs 27.0.50, Org release_9.2.2-324-gd58827

Re: [O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread Eric S Fraga
On Friday, 22 Mar 2019 at 11:29, Eric S Fraga wrote: > I am going down a rabbit hole here... And came back out again. Ignore this whole thread of self-indulgent posts! ~org-link-set-parameters~ does the job for me after all. Problem was that the regex does get updated but doesn't affect any ope

Re: [O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > I am going down a rabbit hole here... > > Short question: how can I add a new link type to org? It used to be > that we would use ~org-add-link-type~ but this is > deprecated. Fine. The documentation points to > ~org-link-set-parameters~ instead but this can only

Re: [O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread Joost Kremers
On Fri, Mar 22 2019, Eric S Fraga wrote: I am going down a rabbit hole here... Short question: how can I add a new link type to org? It used to be that we would use ~org-add-link-type~ but this is deprecated. Fine. The documentation points to ~org-link-set-parameters~ instead but this can

Re: [O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread John Kitchin
I guess this http://kitchingroup.cheme.cmu.edu/blog/2016/11/04/New-link-features-in-org-9/ will show you most of what you need to make new links. org-link-set-parameters Also makes new links. On Fri, Mar 22, 2019 at 7:37 AM Eric S Fraga wrote: > I am going down a rabbit hole here... > > Short q

Re: [O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread Eric S Fraga
I am going down a rabbit hole here... Short question: how can I add a new link type to org? It used to be that we would use ~org-add-link-type~ but this is deprecated. Fine. The documentation points to ~org-link-set-parameters~ instead but this can only set the parameters for known links. Know

Re: [O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread Eric S Fraga
On Friday, 22 Mar 2019 at 10:39, Eric S Fraga wrote: > Hello, > > I have started using ivy-bibtex (wonderful package) but I have one > strange behaviour: when I ask it to insert a citation, it inserts > "ebib:". I have searched but cannot see anywhere where I can tell > ivy-bibtex to insert "c

[O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread Eric S Fraga
Hello, I have started using ivy-bibtex (wonderful package) but I have one strange behaviour: when I ask it to insert a citation, it inserts "ebib:". I have searched but cannot see anywhere where I can tell ivy-bibtex to insert "cite:" instead. Does anybody have any pointers? Thanks, eri