Tags: sjLambda/org-ref
Tags
Rewrite the citation formatting code Formatted citations can now be made from the format strings in `org-ref-formatted-citation-formats'. There are different strings for different backends, e.g. plain text and org for now. Eliminate org-ref-get-citation-string-at-point and replace it with (org-ref-format-entry (org-ref-get-bibtex-key-under-cursor) everywhere. Eliminate org-ref-bib-html-citation. I do not think anyone uses it, and there are better options now. Modify the ivy backend to use the new formatting code.