emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] capitalization of titles in org-ref


From: Georg W. Otto
Subject: Re: [O] capitalization of titles in org-ref
Date: Sun, 04 Dec 2016 17:51:55 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin)

John Kitchin <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]