From c24e1dfef1e87142bbbdb8358fd093d49af80666 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 3 Sep 2019 11:36:06 +0100 Subject: [PATCH] dot/emacs: Include optional fields in new BibTeX records. The formatting will delete them if they're not wanted. --- dot/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index 54ae0f8..9a2cd67 100644 --- a/dot/emacs +++ b/dot/emacs @@ -1036,7 +1036,7 @@ bibtex-entry-format '(realign opts-or-alts required-fields numerical-fields last-comma delimiters unify-case) - bibtex-include-OPTkey nil) + bibtex-include-OPTkey t) ;;;-------------------------------------------------------------------------- ;;; SLIME setup. -- 2.11.0