Export formatted citations without newlines
This commit is contained in:
parent
363834252e
commit
fe14fa70b1
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -599,7 +599,7 @@
|
|||
(kill-new
|
||||
(shell-command-to-string
|
||||
(format
|
||||
"echo cite:%s | pandoc --filter=pandoc-citeproc --bibliography=%s --csl=%s -f org -t markdown_strict | tail -n +3"
|
||||
"echo cite:%s | pandoc --filter=pandoc-citeproc --bibliography=%s --csl=%s -f org -t markdown_strict | tail -n +3 | tr '\n' ' '"
|
||||
(org-ref-get-bibtex-key-under-cursor)
|
||||
bibfile
|
||||
cslfile)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue