diff --git a/.bibtoolrsc b/.bibtoolrsc
index f85337b1be1c10a0affbeda4e43a7a824ee1153b..bf42ce248b11946a8db1f42f341bafe81055ee09 100644
--- a/.bibtoolrsc
+++ b/.bibtoolrsc
@@ -7,8 +7,10 @@ print.parentheses = true
 
 
 % sort order for fields
-sort.order {* = author # title # school # type # year # month # day # journal # booktitle # volume # pages # publisher # adress # url # urlaccessdate}
+sort.order {* = author # title # school # type # year # month # day # journal # booktitle # volume # pages # publisher # adress # url # urlaccessdate # doi}
 
+% Keep DOI entries
+keep.field {doi}
 
 % Remove double braces around titles.
 rewrite.rule { title # "^\{[\{]\([^#]*\)[\}]\}$" # "{\1}" }