Re: [Ebib-users] elisp function to start ebib on specified bibtex entry
Brought to you by:
joostkremers
From: Joost K. <joo...@fa...> - 2010-12-09 14:52:13
|
On Wed, Dec 08, 2010 at 11:44:50AM -0500, Ali Tofigh wrote: > I have now set up the connection between org-mode and ebib and it > works great! It was easier than I had anticipated. I just added three > lines to my .emacs: > > (org-add-link-type "ebib" 'org-ebib-open) > (defun org-ebib-open (path) > (ebib-start-on-entry path)) Looking at this a bit closer, it should be possible to just do: (org-add-link-type "ebib" 'ebib) No need to create a wrapper function org-ebib-open if all it does is call 'ebib and pass on the argument unchanged. Unless of course there's a good reason for having an org link call a function that starts with org-. But for me it works fine if I let org call ebib directly. J. -- Joost Kremers Life has its moments |