Fixed Zotero error

This commit is contained in:
Nathan Schneider
2019-08-07 20:26:33 +00:00
parent 0a7f8654aa
commit ffd8242f39
+1 -1
View File
@@ -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