Fixed Zotero error
This commit is contained in:
@@ -128,7 +128,7 @@
|
|||||||
"iconv -t utf-8 " tmp-in-file " | " ;; pipe in utf-8 for pandoc
|
"iconv -t utf-8 " tmp-in-file " | " ;; pipe in utf-8 for pandoc
|
||||||
"pandoc -s" ;; embed full header in HTML
|
"pandoc -s" ;; embed full header in HTML
|
||||||
" -f markdown+smart" ;; add curly quotes
|
" -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
|
" -t " file-type
|
||||||
" -o " tmp-out-file))
|
" -o " tmp-out-file))
|
||||||
;; End convert routine
|
;; End convert routine
|
||||||
|
|||||||
Reference in New Issue
Block a user