Re: [Ebib-users] Org mode links
Brought to you by:
joostkremers
From: Joost K. <joo...@fa...> - 2014-03-03 18:07:09
|
Hi Tom, No, you didn't miss a setting, I missed a bug... I made a change a while back so that if the function `ebib' is passed a parameter, it assumes it's a .bib file to be loaded. OTOH Org mode assumes that it can call the function `ebib' with the key as a parameter (which is how it used to be). I added a fix for this for this. It should work again in Ebib 1.15.3 (or commit 053b6fc on Github, should appear on MELPA soon). You'll have to change the Org-mode link type, though. Set it to: ``` (org-add-link-type "ebib" 'ebib-open-org-link) ``` And things should be back to normal. Let me know if you run into trouble. Thanks for reporting this, and sorry about the mess... Best, Joost On Mon, Mar 03 2014, Thomas S. Dye <ts...@ts...> wrote: > Aloha Joost, > > With the most recent ebib (and perhaps some earlier ones?) I'm no longer > able to jump to a bibliographic entry from an Org mode link. > > When I click this link: > > [[cite:schulte12:_multi_languag_comput_envir_liter][schulte]] > > Ebib opens a new database named > schulte12:_multi_languag_comput_envir_liter.bib, instead of finding an > entry with that key in an open database. > > What might be causing this? > > I've changed my Emacs setup considerably in the last few weeks. Have I > missed a setting? > > All the best, > Tom -- Joost Kremers Life has its moments |