jkitchin / org-ref

org-mode modules for citations, cross-references, bibliographies in org-mode and useful bibtex tools to go with it.
GNU General Public License v3.0
1.35k stars 242 forks source link

orcb-clean-nil cannot be run from org-ref-clean-bibtex-entry-hook #1080

Closed piater closed 1 year ago

piater commented 1 year ago

org-ref-clean-bibtex-entry-hook advertises orcb-clean-nil as a possible function but it does not work because it takes a mandatory ARG. At first glance, making it optional should fix it.

jkitchin commented 1 year ago

Indeed, thanks for reporting it.