From e304d03dfa8f8ac5b0e19a781d93eac3ce68a0a7 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 29 Dec 2021 12:27:31 -0500 Subject: title case collection entries as well --- dot_emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_emacs b/dot_emacs index 928f141..d1d5b81 100644 --- a/dot_emacs +++ b/dot_emacs @@ -617,6 +617,7 @@ If not, issue a warning." :custom (org-ref-title-case-types '(("article" "title") ("book" "booktitle" "title") + ("collection" "booktitle" "title") ("incollection" "booktitle" "title") ("inproceedings" "booktitle" "title") ("misc" "title") -- cgit v1.2.3