Closed hwiorn closed 3 years ago
bibtex-completion-get-value
prepares the strings for visual presentation in the UI. If you'd just like to write a script for converting your entries, you may be better off using the package for BibTeX parsing directly. Parsebib gives you the raw BibTeX entries without any preprocessing. Alternattively you can just get the entries via bibtex-completion-candidates
and then you can access fields directly via assoc-string
.
Thank you for your reply.
I'll check both Parsebib and bibtex-completion-candidates with assoc-string.
JabRef comment field is Markdown format default. It supports limited LaTeX, but its formatter seems not working well like Zotero. So I'm trying to convert this comment field to org-mode using helm-bibtex and pandoc.
But
helm-bibtex
can't handle multi-line syntax. All spaces of comment field have gone afterbibtex-completion-get-entry
called.Is there an option to handle value without
s-collapse-whitepase
?