Hi Nicolas, >> ox: add Japanese translations for figures and tables >> >> * lisp/ox.el: (org-export-dictionary): Add Japanese translations for >> figures and tables > > You need to add TINYCHANGE at the end of your commit messages, since, > AFAIK, you haven't signed FSF papers yet. Yes. >> - (let ((path (org-export-solidify-link-text path)) number) >> + (let* ((path (org-export-solidify-link-text path)) number >> + (caption-predicate >> + (if (org-html--has-caption-p destination) >> + 'org-html--has-caption-p)) > > You can remove this. Just use `org-html--has-caption-p' and replaces > references to `caption-predicate' below with it. OK. Sorry for bothering you. To tell the truth, I did not have enough confidence that any other elements other than tables and figures are safe even if they were impposed to have captions. Regards, -- Yoshinari Nomura https://github.com/yoshinari-nomura