From ffd8242f3978a8e9101cb5db0e4838b116ac9636 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 7 Aug 2019 20:26:33 +0000 Subject: [PATCH] Fixed Zotero error --- .emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 451ef54..d4a3c4b 100644 --- a/.emacs +++ b/.emacs @@ -128,7 +128,7 @@ "iconv -t utf-8 " tmp-in-file " | " ;; pipe in utf-8 for pandoc "pandoc -s" ;; embed full header in HTML " -f markdown+smart" ;; add curly quotes - " --bibliography $HOME/.zotero/lib.bib" ;; connect to BibTeX export from Zotero + " --bibliography $HOME/Zotero/lib.bib" ;; connect to BibTeX export from Zotero " -t " file-type " -o " tmp-out-file)) ;; End convert routine