Re: [Ebib-users] mastersthesis
Brought to you by:
joostkremers
From: <ts...@ts...> - 2011-09-12 16:19:59
|
Joost Kremers <joo...@fa...> writes: > Hi Tom, > > On Fri, Sep 09, 2011 at 06:34:32AM -1000, Thomas S. Dye wrote: >> It would be great to have an automatically generated key. I work in an >> environment where several of us contribute to a master bibliography >> file. We've come to rely on the keys that AucTeX (I believe) supplies. > > Do you happen to know how this works exactly? I took a (quick) look through the > AUCTeX and RefTeX docs, but didn't find anything useful. Eric Schulte added this functionality to org-bibtex a while back. I think this might be the appropriate part of org-bibtex.el: (require 'bibtex) (eval-when-compile (require 'cl)) (defvar description nil) ; dynamically scoped from org.el (defvar org-id-locations) (declare-function bibtex-beginning-of-entry "bibtex" ()) (declare-function bibtex-generate-autokey "bibtex" ()) hth, Tom -- T.S. Dye & Colleagues, Archaeologists 735 Bishop St, Suite 315, Honolulu, HI 96813 Tel: 808-529-0866, Fax: 808-529-0884 http://www.tsdye.com |