Re: [O] Obsolete org contrib package

2016-11-11 Thread Joost Kremers
[removed Grégoire Jadi from the discussion.] On Thu, Nov 10 2016, Nicolas Goaziou wrote: Joost Kremers writes: Like I said, I'd be happy to take over maintainance. Just let me know how to go about making it available to org-contrib. (If there is a way to keep the file in the main Ebib rep

Re: [O] Obsolete org contrib package

2016-11-10 Thread Nicolas Goaziou
Hello, Joost Kremers writes: > Like I said, I'd be happy to take over maintainance. Just let me know > how to go about making it available to org-contrib. (If there is a way > to keep the file in the main Ebib repository, that would be my > preference.) We don't need to make it available to Org

Re: [O] Obsolete org contrib package

2016-11-10 Thread daimrod
On 11/10/16 10:50, Joost Kremers wrote: > > On Tue, Nov 08 2016, Joost Kremers wrote: >> Hi, >> >> On Tue, Nov 08 2016, Nicolas Goaziou wrote: >>> So you mean there is no equivalent to both >>> >>> (ebib-cur-entry-key) >> >> This one was what I was worried about, but on second thought, it >> sho

Re: [O] Obsolete org contrib package

2016-11-10 Thread daimrod
On 11/08/16 13:23, Nicolas Goaziou wrote: > Hello, > > Joost Kremers writes: > >> I just ran into org-ebib.el, a file that's part of org-contrib. >> I noticed that it uses functions from Ebib that were renamed pretty >> much exactly two years ago. (They're internal functions and thus got >> an

Re: [O] Obsolete org contrib package

2016-11-10 Thread Joost Kremers
On Tue, Nov 08 2016, Joost Kremers wrote: Hi, On Tue, Nov 08 2016, Nicolas Goaziou wrote: So you mean there is no equivalent to both (ebib-cur-entry-key) This one was what I was worried about, but on second thought, it should be possible to simply use: (ebib--get-key-at-point) an

Re: [O] Obsolete org contrib package

2016-11-08 Thread Joost Kremers
Hi, On Tue, Nov 08 2016, Nicolas Goaziou wrote: So you mean there is no equivalent to both (ebib-cur-entry-key) This one was what I was worried about, but on second thought, it should be possible to simply use: (ebib--get-key-at-point) and (ebib-db-get-field-value 'title key ebib

Re: [O] Obsolete org contrib package

2016-11-08 Thread Nicolas Goaziou
Hello, Joost Kremers writes: > I just ran into org-ebib.el, a file that's part of org-contrib. > I noticed that it uses functions from Ebib that were renamed pretty > much exactly two years ago. (They're internal functions and thus got > an extra dash.) This could in principle be fixed by changi