Re: [Ebib-users] elisp function to start ebib on specified bibtex entry
Brought to you by:
joostkremers
From: Ali T. <ali...@gm...> - 2010-12-06 22:55:47
|
Hi Joost, I finally got some time over to try this out again. The git repository is working fine and I was able to use the function you wrote (ebib-start-on-entry), which is great! My remaining question is: I'm using autoload in my .emacs file to get emacs to load the 'ebib-start-on-entry' function when emacs starts up. I'm not very cunning with emacs customization, so is the autoload function the proper way to do this? I'll let you know once I set things up with org-mode. Best wishes, /Ali On Sun, Oct 31, 2010 at 08:58, Joost Kremers <joo...@fa...> wrote: > On Thu, Oct 28, 2010 at 09:37:29PM -0400, Ali Tofigh wrote: >> Hi Joost, >> >> I finally had some time on my hand to try the function you wrote >> (ebib-start-on-entry). I tried to clone the git repository but I get >> the following warning/error: >> >> Initialized empty Git repository in ebib/.git/ >> warning: remote HEAD refers to nonexistent ref, unable to checkout. >> >> Any ideas? > > To be honest, no... I tried to clone the repository myself with: > > git clone git://repo.or.cz/ebib.git > > in a temporary directory and it works fine. > > For some reason, git on your side seems to think that HEAD doesn't point to > anything, which a quick Google search suggests may be caused by a missing master > branch, but there *is* a master branch in the repo... > > Google also suggested that the .git directory should have been created with the > proper remote branches and that you can set up a local tracking branch by hand. > But this really should happen automatically... > > Unfortunately, I'm not a git expert... If you could try cloning again and see it > if works, that'd be great. If it doesn't work, I'll contact the guys 'n galls at > repo.or.cz and see if they have an idea what might be wrong. > > -- > Joost Kremers > Life has its moments > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > Ebib-users mailing list > Ebi...@li... > https://lists.sourceforge.net/lists/listinfo/ebib-users > |