Re: [Ebib-users] multiple keywords fields in bib files
Brought to you by:
joostkremers
From: Abel M. <abe...@fr...> - 2007-03-28 14:59:31
|
> Mmm... I've never come across something like this before... Didn't even > know it was possible at all in BibTeX. Sorry, I'm new to BibTeX. The file is imported from Connotea at www.connotea.org. I've load it in Emacs with bibtex-mode and did a bibtex-convert-alien without complaints so I thought the format was right. > If you have no problem with storing the different keywords in a single > keywords field, then the following code will do this: No problem at all, I replaced the code in ebib.el and it works fine. > Now, when I tested this code on the BibTeX entry you provide, I noticed > another thing: the author field in your sample entry has newlines in it. In > itself, that's not a problem, but it turns out that Ebib treats it as a > so-called "raw" field, which it shouldn't do. I tracked down the problem, > and it seems to be an inconsistency (not to say "bug"...) in Emacs. I don't > have a fix for this yet. In principle, this won't be a problem as long as > you don't toggle the field's "raw" status. It's OK for me. Thank you very much indeed! |