From 7c0f84e4dd5a8dcf37e92ce9e4748f9d2e3df3ae Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 26 Jan 2021 18:19:40 -0500 Subject: Org-ref changed the type of org-ref-title-case-types. Fix it --- .emacs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index 5b26e06..4267188 100644 --- a/.emacs +++ b/.emacs @@ -516,9 +516,14 @@ If not, issue a warning." (unless (member journal (-flatten org-ref-bibtex-journal-abbreviations)) (message "Journal \"%s\" not found in org-ref-bibtex-journal-abbreviations." journal)))))) :custom - (org-ref-title-case-types '("article" "book" "inproceedings" "proceedings" "report")) + (org-ref-title-case-types '(("article" "title") + ("book" "booktitle" "title") + ("inproceedings" "booktitle" "title") + ("proceedings" "title") + ("report" "title"))) (org-ref-bibtex-journal-abbreviations '(("CACM" "Communications of the ACM" "Comm. ACM") + ("Discourse \\& Society") ("ENTCS" "Electronic Notes in Theoretical Computer Science") ("Information and Computation") ("International Journal of Foundations of Computer Science" "Int. J. Found. Comput. Sci.") -- cgit v1.2.3