From 914e49c2a4630e09c6b0dee67ec4169456468ae9 Mon Sep 17 00:00:00 2001 From: fpi Date: Sat, 15 Feb 2020 17:25:41 +0100 Subject: Setup bibtex environment to use BibTeX on startup --- emacs-init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index 4c9b3be..8442edd 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1996,7 +1996,9 @@ A small function to toggle the encryption state of the current entry. :custom (org-ref-bibliography-notes "~/s/ma/notes.org") (org-ref-default-bibliography '("~/s/ma/ma.bib")) - (org-ref-pdf-directory "~/s/ma/lit/")) + (org-ref-pdf-directory "~/s/ma/lit/") + :config + (bibtex-set-dialect 'BibTeX)) #+end_src I store my bibtex references in an org file together with my notes. In addition to saving the meta information in properties using the same -- cgit v1.2.3