org-chinese-utils 图标后面的空格给删掉了

@tumashu 英文的没问题:“图1.1 caption”,中文变成"图1.1图注"。

    (setq org-odt-caption-and-xref-settings
            '((:FIGURE: :caption-position below :caption-format
            (category "" counter " " caption)
            :xref-format
            (value)))

ocus:clean-useless-space 能不能在转换之前进行处理?
link:

看了一下,最后的commit是10年前……