From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Georg W. Otto" Subject: Re: capitalization of titles in org-ref Date: Sun, 04 Dec 2016 17:51:55 +0000 Message-ID: References: <86inr25s5q.fsf@georgotto.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDaxI-0006zz-LA for emacs-orgmode@gnu.org; Sun, 04 Dec 2016 12:52:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cDaxD-0006ez-Qk for emacs-orgmode@gnu.org; Sun, 04 Dec 2016 12:52:04 -0500 Received: from [195.159.176.226] (port=54155 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cDaxD-0006eq-Jw for emacs-orgmode@gnu.org; Sun, 04 Dec 2016 12:51:59 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cDax7-00055l-9L for emacs-orgmode@gnu.org; Sun, 04 Dec 2016 18:51:53 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org John Kitchin writes: > you could try commenting out orcb-key too. it should be using the > bibtex-autokey settings though. > If I do that, the key is omitted altogether. I did some further searching and testing, and I came to the conclusion that the autokey generator ignores all non-capitalized words in its default setting (defcustom bibtex-autokey-titleword-ignore '("A" "An" "On" "The" "Eine?" "Der" "Die" "Das" "[^A-Z].*" ".*[^a-zA-Z0-9].*") so in my init file I set it like this: (setq bibtex-autokey-titleword-ignore '("A" "An" "On" "The" "of")) Now it works the way I want it. Thanks for your help. Georg -- Georg Otto The UCL Institute of Child Health