diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-29 12:27:31 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-29 12:27:31 -0500 |
commit | e304d03dfa8f8ac5b0e19a781d93eac3ce68a0a7 (patch) | |
tree | e457dcb3156a2ded8895fae867dccab85c7842b2 | |
parent | bump default font size in emacs to 13pt (diff) |
title case collection entries as well
Diffstat (limited to '')
-rw-r--r-- | dot_emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |